-
- Downloads
The -X option in pg_dump was supposed to be a workaround for the lack of
portable long options. But we have had portable long options for a long time now, so this is obsolete. Now people have added options which *only* work with -X but not as regular long option, so I'm putting a stop to this: -X is deprecated; it still works, but it has been removed from the documentation, and please don't add more of them.
Showing
- doc/src/sgml/perform.sgml 2 additions, 2 deletionsdoc/src/sgml/perform.sgml
- doc/src/sgml/ref/pg_dump.sgml 1 addition, 4 deletionsdoc/src/sgml/ref/pg_dump.sgml
- doc/src/sgml/ref/pg_dumpall.sgml 1 addition, 4 deletionsdoc/src/sgml/ref/pg_dumpall.sgml
- doc/src/sgml/ref/pg_restore.sgml 2 additions, 4 deletionsdoc/src/sgml/ref/pg_restore.sgml
- doc/src/sgml/release.sgml 2 additions, 2 deletionsdoc/src/sgml/release.sgml
- src/bin/pg_dump/pg_dump.c 7 additions, 16 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_dumpall.c 11 additions, 13 deletionssrc/bin/pg_dump/pg_dumpall.c
- src/bin/pg_dump/pg_restore.c 10 additions, 10 deletionssrc/bin/pg_dump/pg_restore.c
Loading
Please register or sign in to comment