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

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add \conninfo command to psql, to show current connection info.
Date: 2010-07-20 03:54:19
Message-ID: 20100720035419.B00F77541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Add \conninfo command to psql, to show current connection info.

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

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.245 -> r1.246)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.245&r2=1.246)
pgsql/src/bin/psql:
command.c (r1.221 -> r1.222)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.221&r2=1.222)
help.c (r1.159 -> r1.160)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.159&r2=1.160)
tab-complete.c (r1.200 -> r1.201)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.200&r2=1.201)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2010-07-20 04:14:21 Re: [COMMITTERS] pgsql: pgindent run for 9.0, second run
Previous Message Robert Haas 2010-07-20 03:23:02 Re: [COMMITTERS] pgsql: pgindent run for 9.0, second run

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-07-20 03:55:20 Re: psql \conninfo command (was: Patch: psql \whoami option)
Previous Message David Christensen 2010-07-20 03:41:47 Re: psql \conninfo command (was: Patch: psql \whoami option)