Please find enclosed a patch that lets you use \c to connect

Bruce Momjian <bruce@momjian.us>

Commit: 07bae9c099f08e9c8af4212f8c636ab6c96ed2dc
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-02-12T02:54:30Z
Releases: 8.2.0
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

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +5 −3
src/bin/psql/command.c modified +87 −23
src/bin/psql/help.c modified +2 −2