]> granicus.if.org Git - postgresql/commit
Remove the -d and -D options of pg_dump and pg_dumpall. The functionality
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Mar 2009 16:44:26 +0000 (16:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Mar 2009 16:44:26 +0000 (16:44 +0000)
commit5698f6b925ae1a9f3739c372410442ffdcd04d18
treeeef8758c50da3b40c6c3c5ac271fc474b7a17188
parent0fd85d78792a5c88df684385124eb92e38a2f037
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.
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dumpall.sgml
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c