mirror of
https://github.com/postgres/postgres.git
synced 2026-03-29 22:04:29 -04:00
Fix missing parenthesis in docs
Author: Alexander Law
This commit is contained in:
parent
3edcdbcc4d
commit
51dc30856e
1 changed files with 1 additions and 1 deletions
|
|
@ -830,7 +830,7 @@ test ! -f /mnt/server/archivedir/00000001000000A900000065 && cp pg_xlog/
|
|||
A non-exclusive low level backup is one that allows other
|
||||
concurrent backups to be running (both those started using
|
||||
the same backup API and those started using
|
||||
<xref linkend="app-pgbasebackup">.
|
||||
<xref linkend="app-pgbasebackup">).
|
||||
</para>
|
||||
<para>
|
||||
<orderedlist>
|
||||
|
|
|
|||
Loading…
Reference in a new issue