From f862c42009cd3e2e5f1ea78496148dfecab6d6a7 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 23 Mar 2004 22:06:08 +0000 Subject: Use dollar-quoting for function bodies, unless disabled with --disable-dollar-quoting. Andrew Dunstan --- doc/src/sgml/ref/pg_dump.sgml | 51 ++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 20 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index c6041237240..d9c6b05abbc 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -420,17 +420,15 @@ PostgreSQL documentation - - + + - This option is obsolete but still accepted for backwards - compatibility. - pg_dump now always behaves in the - way formerly selected by this option. + This option disables the use of dollar quoting for function bodies, + and forces them to be quoted using SQL standard string syntax. - - + + @@ -438,18 +436,18 @@ PostgreSQL documentation This option is only relevant when creating a data-only dump. - It instructs pg_dump to include commands - to temporarily disable triggers on the target tables while - the data is reloaded. Use this if you have referential - integrity checks or other triggers on the tables that you - do not want to invoke during data reload. + It instructs pg_dump to include commands + to temporarily disable triggers on the target tables while + the data is reloaded. Use this if you have referential + integrity checks or other triggers on the tables that you + do not want to invoke during data reload. Presently, the commands emitted for @@ -460,14 +458,27 @@ PostgreSQL documentation + + + + + + This option is obsolete but still accepted for backwards + compatibility. + pg_dump now always behaves in the + way formerly selected by this option. + + + + - Specify the compression level to use in archive formats that - support compression. (Currently only the custom archive - format supports compression.) + Specify the compression level to use in archive formats that + support compression. (Currently only the custom archive + format supports compression.) -- cgit v1.2.3