mirror of
https://github.com/postgres/postgres.git
synced 2026-03-27 12:54:24 -04:00
Fix incorrect punctuation
Amit Langote
This commit is contained in:
parent
ec01c1c0a4
commit
bdd6684968
1 changed files with 1 additions and 1 deletions
|
|
@ -1541,7 +1541,7 @@ SELECT pg_advisory_lock(q.id) FROM
|
|||
This level of integrity protection using Serializable transactions
|
||||
does not yet extend to hot standby mode (<xref linkend="hot-standby">).
|
||||
Because of that, those using hot standby may want to use Repeatable
|
||||
Read and explicit locking.on the master.
|
||||
Read and explicit locking on the master.
|
||||
</para>
|
||||
</warning>
|
||||
</sect2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue