Postgres: connect to a database using psql
\c databasename;
cfdvlp=> \c cftest;
psql (15.2, server 14.5)
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, compression: off)
You are now connected to database "cftest" as user "postgres".
cftest=>
Comments
Post a Comment