Add \conninfo command to psql, to show current connection info.
Robert Haas <rhaas@postgresql.org>
Add \conninfo command to psql, to show current connection info. David Christensen. Reviewed by Steve Singer. Some further changes by me.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +11 −1 |
| src/bin/psql/command.c | modified | +17 −1 |
| src/bin/psql/help.c | modified | +3 −2 |
| src/bin/psql/tab-complete.c | modified | +2 −2 |