diff options
Diffstat (limited to 'doc/src/sgml/ref/pg_dump.sgml')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 8edf03a03df..b99793e4148 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1319,8 +1319,9 @@ PostgreSQL documentation <para> On Linux, <literal>syncfs</literal> may be used instead to ask the operating system to synchronize the whole file system that contains the - archive directory. See <xref linkend="syncfs"/> for more information - about using <function>syncfs()</function>. + archive directory. See <xref linkend="guc-recovery-init-sync-method"/> + for information about the caveats to be aware of when using + <literal>syncfs</literal>. </para> <para> This option has no effect when <option>--no-sync</option> is used or |