Difference between revisions of "\connect"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<code>\c name_of_db</code> or <code>[[\connect]] name_of_db</code> | <code>\c name_of_db</code> or <code>[[\connect]] name_of_db</code> | ||
+ | |||
+ | tsdb=> \c tsdb | ||
+ | psql (14.7 (Ubuntu 14.7-1.pgdg22.04+1), server 15.2 (Ubuntu 15.2-1.pgdg22.04+1)) | ||
+ | WARNING: psql major version 14, server major version 15. | ||
+ | Some psql features might not work. | ||
+ | SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off) | ||
+ | You are now connected to database "[[tsdb]]" as user "[[tsdbadmin]]". | ||
Revision as of 07:01, 17 February 2023
\c name_of_db
or \connect name_of_db
tsdb=> \c tsdb psql (14.7 (Ubuntu 14.7-1.pgdg22.04+1), server 15.2 (Ubuntu 15.2-1.pgdg22.04+1)) WARNING: psql major version 14, server major version 15. Some psql features might not work. SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off) You are now connected to database "tsdb" as user "tsdbadmin".
Related
See also
Advertising: