mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04: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:
parent
5b075ae893
commit
85c6bba2ce
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ PostgreSQL documentation
|
|||
<term><option>--checkpoint=<replaceable class="parameter">fast|spread</replaceable></option></term>
|
||||
<listitem>
|
||||
<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>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue