diff options
Diffstat (limited to 'doc/src/sgml/ref/pg_dump.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 0d26f15c98f..d936cf185df 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -430,7 +430,7 @@ PostgreSQL documentation <listitem> <para> Specify the superuser user name to use when disabling triggers. - This is only relevant if <option>--disable-triggers</> is used. + This is relevant only if <option>--disable-triggers</> is used. (Usually, it's better to leave this out, and instead start the resulting script as superuser.) </para> @@ -605,7 +605,7 @@ PostgreSQL documentation <term><option>--disable-triggers</></term> <listitem> <para> - This option is only relevant when creating a data-only dump. + This option is relevant only when creating a data-only dump. It instructs <application>pg_dump</application> to include commands to temporarily disable triggers on the target tables while the data is reloaded. Use this if you have referential |