You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that when changing databases from within psql the prompt went sort of
strange.
bash$ psql disks
Welcome to the POSTGRESQL interactive sql monitor:
Please read the file COPYRIGHT for copyright terms of POSTGRESQL
type \? for help on slash commands
type \q to quit
type \g or terminate with semicolon to execute query
You are currently connected to the database: disks
disks=> \c postgres
closing connection to database: disks
connecting to new database: postgres
postgres==
10000
\c disks
closing connection to database: postgres
connecting to new database: disks
disks== \q
bash$
Note the => changes to == after a connect and stays that way on subsequent
database changes.
Submitted by: Keith Parks <emkxp01@mtcc.demon.co.uk>
0 commit comments