-
- Downloads
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.
Showing
- doc/src/sgml/ref/pg_dump.sgml 55 additions, 51 deletionsdoc/src/sgml/ref/pg_dump.sgml
- doc/src/sgml/ref/pg_dumpall.sgml 33 additions, 34 deletionsdoc/src/sgml/ref/pg_dumpall.sgml
- src/bin/pg_dump/pg_dump.c 21 additions, 28 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_dumpall.c 15 additions, 14 deletionssrc/bin/pg_dump/pg_dumpall.c
Loading
Please register or sign in to comment