summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2015-04-09 11:35:30 +0000
committerMagnus Hagander2015-04-09 11:35:55 +0000
commitbdd66849683c7b77c000cdf0bb69bbc64b10a01c (patch)
tree22c97c93646cbee5f4b4807d037e8bde62140de7
parentec01c1c0a4b3992852f7e1980915f0869498ff69 (diff)
Fix incorrect punctuation
Amit Langote
-rw-r--r--doc/src/sgml/mvcc.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml
index a0d6867de0f..dfece8a9f71 100644
--- a/doc/src/sgml/mvcc.sgml
+++ b/doc/src/sgml/mvcc.sgml
@@ -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>