Commit 8ae4600c authored by Magnus Hagander's avatar Magnus Hagander

Fix incorrect punctuation

Amit Langote
parent 06d36fa4
...@@ -1542,7 +1542,7 @@ SELECT pg_advisory_lock(q.id) FROM ...@@ -1542,7 +1542,7 @@ SELECT pg_advisory_lock(q.id) FROM
This level of integrity protection using Serializable transactions This level of integrity protection using Serializable transactions
does not yet extend to hot standby mode (<xref linkend="hot-standby">). does not yet extend to hot standby mode (<xref linkend="hot-standby">).
Because of that, those using hot standby may want to use Repeatable 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> </para>
</warning> </warning>
</sect2> </sect2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment