pgsql: Allow pg_dumpall to specify a database name rather than the - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Allow pg_dumpall to specify a database name rather than the
Date
Msg-id 20070125024633.566D49FB5FF@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Allow pg_dumpall to specify a database name rather than the default
'template1'.

Dave Page

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

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add --tablespaces-only and --roles-only options to pg_dumpall.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: < o Add -f to pg_dumpall > o -Add -f to pg_dumpall