pgsql: Remove the -d and -D options of pg_dump and pg_dumpall.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove the -d and -D options of pg_dump and pg_dumpall.
Date: 2009-03-22 16:44:26
Message-ID: 20090322164426.DFD65754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove the -d and -D options of pg_dump and pg_dumpall. The functionality
is still available, but you must now write the long equivalent --inserts
or --column-inserts. This change is made to eliminate confusion with the
use of -d to specify a database name in most other Postgres client programs.
Original patch by Greg Mullane, modified per subsequent discussion.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
pg_dump.sgml (r1.112 -> r1.113)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_dump.sgml?r1=1.112&r2=1.113)
pg_dumpall.sgml (r1.78 -> r1.79)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_dumpall.sgml?r1=1.78&r2=1.79)
pgsql/src/bin/pg_dump:
pg_dump.c (r1.529 -> r1.530)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.529&r2=1.530)
pg_dumpall.c (r1.119 -> r1.120)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpall.c?r1=1.119&r2=1.120)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-03-22 18:06:35 pgsql: Clean up pg_SSPI_error() coding a little bit: make the messages
Previous Message User Hinoue 2009-03-22 14:17:10 psqlodbc - psqlodbc: 1.