pgsql: Add --tablespaces-only and --roles-only options to pg_dumpall.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add --tablespaces-only and --roles-only options to pg_dumpall.
Date: 2007-01-25 02:30:32
Message-ID: 20070125023032.E90EF9FB5FF@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add --tablespaces-only and --roles-only options to pg_dumpall.

Dave Page

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-25 02:46:33 pgsql: Allow pg_dumpall to specify a database name rather than the
Previous Message Bruce Momjian 2007-01-25 02:17:26 pgsql: Prevent WAL logging when COPY is done in the same transation that