pgsql: Kibitzing on \conninfo patch: adjust the order of field output to

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Kibitzing on \conninfo patch: adjust the order of field output to
Date: 2010-08-03 18:33:09
Message-ID: 20100803183309.500A77541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Kibitzing on \conninfo patch: adjust the order of field output to match
the parameters of \connect, and fix oversight of not enabling translation
of the messages. Also, adjust \connect's similar messages to match, and
deal with 8.2-era violation of basic translatability guidelines there.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
psql-ref.sgml (r1.246 -> r1.247)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.246&r2=1.247)
pgsql/src/bin/psql:
command.c (r1.224 -> r1.225)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.224&r2=1.225)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-08-03 18:49:24 Re: [COMMITTERS] pgsql: Add \conninfo command to psql, to show current connection info.
Previous Message Tom Lane 2010-08-03 18:04:50 Re: [COMMITTERS] pgsql: Add \conninfo command to psql, to show current connection info.