From 2b25e1169f44368c120931787628d51731b5cc8c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 7 Oct 2006 20:59:05 +0000 Subject: [PATCH] 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 | 4 ++-- doc/src/sgml/ref/pg_dump.sgml | 5 +---- doc/src/sgml/ref/pg_dumpall.sgml | 5 +---- doc/src/sgml/ref/pg_restore.sgml | 6 ++---- doc/src/sgml/release.sgml | 4 ++-- src/bin/pg_dump/pg_dump.c | 23 +++++++---------------- src/bin/pg_dump/pg_dumpall.c | 24 +++++++++++------------- src/bin/pg_dump/pg_restore.c | 20 ++++++++++---------- 8 files changed, 36 insertions(+), 55 deletions(-) diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index 1fc46bd46f2..466fca8d05a 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -1,4 +1,4 @@ - + Performance Tips @@ -926,7 +926,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse; You can get the effect of disabling foreign keys by using - the diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 98520420a63..deafd7c9a98 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -524,7 +524,6 @@ PostgreSQL documentation - @@ -535,7 +534,6 @@ PostgreSQL documentation - @@ -563,7 +561,6 @@ PostgreSQL documentation - diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 1106f8c4c04..31e88a985ed 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ @@ -241,7 +241,6 @@ PostgreSQL documentation - @@ -252,7 +251,6 @@ PostgreSQL documentation - @@ -274,7 +272,6 @@ PostgreSQL documentation - diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 24f095d91c9..48552822373 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -361,7 +361,6 @@ - @@ -384,7 +383,6 @@ - @@ -398,7 +396,7 @@ - + By default, table data objects are restored even if the diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index ec3f79aac3c..48de65d860a 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ - +