Remove hard-coded "\connect postgres" from pg_dumpall.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_dumpall.c | modified | +6 −1 |