From 939a59ffc6c844e1697a1cc99f6a6b6c0fa09eb5 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 6 Jan 2003 18:53:25 +0000 Subject: Use our own version of getopt_long() if the OS doesn't have one. --- doc/src/sgml/ref/pg_dump.sgml | 6 +----- doc/src/sgml/ref/pg_dumpall.sgml | 6 +----- doc/src/sgml/ref/pg_restore.sgml | 4 ++-- doc/src/sgml/ref/psql-ref.sgml | 6 +----- doc/src/sgml/release.sgml | 3 ++- 5 files changed, 7 insertions(+), 18 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 64b2e00b8b2..66a2e00073b 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -537,10 +537,6 @@ PostgreSQL documentation - - - Long option forms are only available on some platforms. - diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 2556f6f6bfb..64cea1f4a63 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ @@ -223,10 +223,6 @@ PostgreSQL documentation - - - Long options are only available on some platforms. - diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index c63fc085c3e..9430ec580ae 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -74,7 +74,7 @@ pg_restore accepts the following command - line arguments. (Long option forms are only available on some platforms.) + line arguments. diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 66a92802bae..1644cd8350b 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -446,10 +446,6 @@ PostgreSQL documentation - - - Long options are not available on all platforms. - diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 57fa4052b8b..2f3295cab87 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -34,6 +34,7 @@ Statement-level triggers System can use either hash- or sort-based strategy for grouped aggregation ON COMMIT options for temp tables extra_float_digits option allows pg_dump to dump float data accurately +Long options for psql and pg_dump are now available on all platforms ]]> -- cgit v1.2.3