- Notifications
You must be signed in to change notification settings - Fork4.9k
Commite768c41
committed
I found that when changing databases from within psql the prompt went sort of
strange.bash$ psql disksWelcome 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: disksdisks=> \c postgresclosing connection to database: disksconnecting to new database: postgrespostgres== \c disksclosing connection to database: postgresconnecting to new database: disksdisks== \qbash$Note the => changes to == after a connect and stays that way on subsequentdatabase changes.Submitted by: Keith Parks <emkxp01@mtcc.demon.co.uk>1 parent502a653 commite768c41
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
791 | 791 |
| |
792 | 792 |
| |
793 | 793 |
| |
794 |
| - | |
| 794 | + | |
795 | 795 |
| |
796 | 796 |
| |
797 | 797 |
| |
|
0 commit comments
Comments
(0)