]> granicus.if.org Git - postgresql/commit
Remove hard-coded "\connect postgres" from pg_dumpall.
authorRobert Haas <rhaas@postgresql.org>
Fri, 28 Oct 2011 19:45:28 +0000 (15:45 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 28 Oct 2011 19:50:42 +0000 (15:50 -0400)
commitdeb15803249883db031c6cc8af104b575f7809ad
tree6ad2634b022c64e6a71e42d9266d1726f87e0ddb
parent74812624f263a58789e894a643161c9148112f62
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.
src/bin/pg_dump/pg_dumpall.c