1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

docs: add link to pg_start_backup() from pg_basebackup --checkpoint

This references the meaning of the fast/spread checkpoint option.

Per private IM report
This commit is contained in:
Bruce Momjian
2014-04-09 17:44:59 -04:00
parent 5b075ae893
commit 85c6bba2ce

View File

@@ -361,7 +361,7 @@ PostgreSQL documentation
<term><option>--checkpoint=<replaceable class="parameter">fast|spread</replaceable></option></term> <term><option>--checkpoint=<replaceable class="parameter">fast|spread</replaceable></option></term>
<listitem> <listitem>
<para> <para>
Sets checkpoint mode to fast or spread (default). Sets checkpoint mode to fast or spread (default) (see <xref linkend="backup-lowlevel-base-backup">).
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>