{{tag>sysadmin dbadmin sql postgres postgresql}} ====== postgresql: Installation du client ====== sudo apt-get install postgresql-client ===== Connexion à la base ===== Depuis la ligne de commande psql dbname username Depuis le prompt du client **psql**: \c or \connect [ -reuse-previous=on|off ] [ dbname [ username ] [ host ] [ port ] | ===== Références ===== * https://www.compose.com/articles/postgresql-tips-installing-the-postgresql-client/