]> granicus.if.org Git - postgresql/commit
The -X option in pg_dump was supposed to be a workaround for the lack of
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 7 Oct 2006 20:59:05 +0000 (20:59 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 7 Oct 2006 20:59:05 +0000 (20:59 +0000)
commit2b25e1169f44368c120931787628d51731b5cc8c
tree87e6fb85ed35301e6c574f43463ceb3accc2d6c3
parentdc9142f4066158a0a538c59c37dd7fdb7b1f3202
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.
doc/src/sgml/perform.sgml
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_restore.sgml
doc/src/sgml/release.sgml
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_restore.c