Remove hard-coded "\connect postgres" from pg_dumpall.

Robert Haas <rhaas@postgresql.org>

Commit: deb15803249883db031c6cc8af104b575f7809ad
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-10-28T19:50:42Z
Releases: 9.2.0
Remove hard-coded "\connect postgres" from pg_dumpall.

This doesn't appear to accompish anything useful, and does make the
restore fail if the postgres database happens to have been dropped.

Files

PathChange+/−
src/bin/pg_dump/pg_dumpall.c modified +6 −1