In psql, if the is no connection object, e.g. due to a server crash,
authorBruce Momjian <bruce@momjian.us>
Wed, 15 Aug 2012 23:04:52 +0000 (19:04 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 15 Aug 2012 23:05:05 +0000 (19:05 -0400)
commitfe21fcaf8d91a71c15ff25276f9fa81e0cd1dba9
treec6d5fd6b2095d3e52cc9212f39c9690fe65989ee
parent4c5316931f2ec6b47aa4b98e2c3ca704907aca24
In psql, if the is no connection object, e.g. due to a server crash,
require all parameters for \c, rather than using the defaults, which
might be wrong.
src/bin/psql/command.c