Thread: pgsql: Fix pg_dumpall to do the right thing with "postgres" database,

pgsql: Fix pg_dumpall to do the right thing with "postgres" database,

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix pg_dumpall to do the right thing with "postgres" database, per
Dave Page.  Also, cause it to emit rather than ignore any ACL and
datconfig options that may be set for these two databases.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dumpall.c (r1.60 -> r1.61)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpall.c.diff?r1=1.60&r2=1.61)