Fix incorrect punctuation

Amit Langote
REL9_1_STABLE
Magnus Hagander 11 years ago
parent cf5d3f2748
commit d75e0949df
  1. 2
      doc/src/sgml/mvcc.sgml

@ -1378,7 +1378,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…
Cancel
Save