1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-17 06:41:24 +03:00

Fix incorrect punctuation

Amit Langote
This commit is contained in:
Magnus Hagander 2015-04-09 13:35:30 +02:00
parent 0d6c9e061b
commit 3b4da9ae99

View File

@ -1405,7 +1405,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>