]> granicus.if.org Git - postgresql/commit
Make pg_dump output more portable and more pleasing to look at.
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 18 Aug 2002 09:36:26 +0000 (09:36 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 18 Aug 2002 09:36:26 +0000 (09:36 +0000)
commitc828ec88205a232a9789f157d8cf9c3d82f85152
tree86c73da00a74678b10e57b2f5b08817bfa466210
parent41298cf8a60ff815b98b9babb341c9c1629c1926
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
doc/src/sgml/release.sgml
src/backend/parser/keywords.c
src/backend/utils/adt/ruleutils.c
src/bin/pg_dump/Makefile
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_db.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/test/regress/expected/rules.out