]> granicus.if.org Git - postgresql/commit
Add \conninfo command to psql, to show current connection info.
authorRobert Haas <rhaas@postgresql.org>
Tue, 20 Jul 2010 03:54:19 +0000 (03:54 +0000)
committerRobert Haas <rhaas@postgresql.org>
Tue, 20 Jul 2010 03:54:19 +0000 (03:54 +0000)
commit013ed0bd814218076385de8bb8438e2020abdf50
tree8ccb44ad89c17df8a9f7f10a65b6340157b91649
parentb25749cc64995ae668f6744765169b354a7f43be
Add \conninfo command to psql, to show current connection info.

David Christensen. Reviewed by Steve Singer.  Some further changes by me.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/help.c
src/bin/psql/tab-complete.c