Add \conninfo command to psql, to show current connection info.

Robert Haas <rhaas@postgresql.org>

Commit: 013ed0bd814218076385de8bb8438e2020abdf50
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-07-20T03:54:19Z
Releases: 9.1.0
Add \conninfo command to psql, to show current connection info.

David Christensen. Reviewed by Steve Singer.  Some further changes by me.

Files

PathChange+/−
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