summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2015-04-09 13:35:30 +0200
committerMagnus Hagander <magnus@hagander.net>2015-04-09 13:36:16 +0200
commit9abf89828e8db73a4a28afd5e477be964b970073 (patch)
treed0892ccae4b784a743d5c22ab9db71aae67d4c85
parent37dc228e8d3de65895ef8b41c0c4a40b2983e32b (diff)
downloadpostgresql-9abf89828e8db73a4a28afd5e477be964b970073.tar.gz
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 fd568d6b23..6dd2e4d12a 100644
--- a/doc/src/sgml/mvcc.sgml
+++ b/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>