pgsql: Allow pg_dumpall to specify a database name rather than the

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow pg_dumpall to specify a database name rather than the
Date: 2007-01-25 02:46:33
Message-ID: 20070125024633.566D49FB5FF@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-25 02:48:06 pgsql: Done: < o Add -f to pg_dumpall > o -Add -f to pg_dumpall
Previous Message Bruce Momjian 2007-01-25 02:30:32 pgsql: Add --tablespaces-only and --roles-only options to pg_dumpall.