]> granicus.if.org Git - postgresql/commit
Please find enclosed a patch that lets you use \c to connect
authorBruce Momjian <bruce@momjian.us>
Sun, 12 Feb 2006 02:54:30 +0000 (02:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 12 Feb 2006 02:54:30 +0000 (02:54 +0000)
commit07bae9c099f08e9c8af4212f8c636ab6c96ed2dc
tree8c2f483f06fdfba8f8338805e1fcb26424881ab4
parentd52a57fc300312c5a165e296a1b12a0c4fd668bd
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
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/help.c