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)
commita66b07f020ead830579a1cbdf8c1c47f0b91af0d
treef6c44ecaf98ffc98e277b10c70b00b6933658619
parent50c75a170a3d6fade953dd2de11bfdb245168df1
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