diff options
Diffstat (limited to 'doc/src/sgml/ref/pg_restore.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index d4f61669b88..1b9db6b0a4a 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -390,7 +390,7 @@ <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. </para> </listitem> </varlistentry> @@ -465,7 +465,7 @@ <term><option>--disable-triggers</></term> <listitem> <para> - This option is only relevant when performing a data-only restore. + This option is relevant only when performing a data-only restore. It instructs <application>pg_restore</application> to execute commands to temporarily disable triggers on the target tables while the data is reloaded. Use this if you have referential |