From c828ec88205a232a9789f157d8cf9c3d82f85152 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 18 Aug 2002 09:36:26 +0000 Subject: Make pg_dump output more portable and more pleasing to look at. The -n and -N options were removed. Quoting is now smart enough to supply quotes if and only if necessary. Numerical types are now printed without quotes, except in cases of special values such as NaN. Boolean values printed as true and false. Most string literals now do not escape whitespace characters (newlines, etc.) for portability. SET SESSION AUTHORIZATION argument is a string literal, to follow SQL. Made commands output by pg_dump use consistent spacing and indentation. --- doc/src/sgml/ref/pg_dump.sgml | 28 +--------------------------- doc/src/sgml/release.sgml | 3 ++- 2 files changed, 3 insertions(+), 28 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 2f5085a52d5..e96a443e0c3 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -29,7 +29,6 @@ PostgreSQL documentation -f file -F format -i - -n -N -o -O -R @@ -302,31 +301,6 @@ PostgreSQL documentation - - - - - - Suppress double quotes around identifiers unless absolutely necessary. - This may cause trouble loading this dumped data if there are reserved words - used for identifiers. - This was the default behavior for - pg_dump prior to version 6.4. - - - - - - - - - - Include double quotes around identifiers. - This is the default. - - - - diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 8e06e8af13f..9bfc6de17b0 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -24,6 +24,7 @@ CDATA means the content is "SGML-free", so you can write without worries about funny characters. -->