pgsql: Prevent psql version banner from being printed by the \c command

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent psql version banner from being printed by the \c command
Date: 2010-02-16 21:07:01
Message-ID: 20100216210701.77EC57541C5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Prevent psql version banner from being printed by the \c command if the
versions match, per report from Peter.

Modified Files:
--------------
pgsql/src/bin/psql:
command.c (r1.214 -> r1.215)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.214&r2=1.215)
command.h (r1.33 -> r1.34)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.h?r1=1.33&r2=1.34)
startup.c (r1.160 -> r1.161)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/startup.c?r1=1.160&r2=1.161)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-02-16 21:18:02 pgsql: Honor to_char() "FM" specification in YYY, YY, and Y; it was
Previous Message Bruce Momjian 2010-02-16 20:58:14 pgsql: Have SELECT and CREATE TABLE AS queries return a row count.