pgsql: Please find enclosed a patch that lets you use \c to connect - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Please find enclosed a patch that lets you use \c to connect
Date
Msg-id 20060212025430.D15FC9DCA1B@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Please find enclosed a patch that lets you use \c to connect
(optionally) to a new host and port without exiting psql.  This
eliminates, IMHO, a surprise in that you can now connect to PostgreSQL
on a differnt machine from the one where you started your session. This
should help people who use psql as an administrative tool.

David Fetter

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        psql-ref.sgml (r1.157 -> r1.158)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.157&r2=1.158)
    pgsql/src/bin/psql:
        command.c (r1.158 -> r1.159)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c.diff?r1=1.158&r2=1.159)
        help.c (r1.107 -> r1.108)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c.diff?r1=1.107&r2=1.108)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Use "x is [not] None" conditionals to help speed things
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Restore previous psql behavior of not printing useless trailing