aboutsummaryrefslogtreecommitdiff
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:24 +0200
commitd75e0949dfd4f6983c0170149d1b85c1fb1efd49 (patch)
tree6ab0981f61f560db35693a0f86afe01b96dce49c
parentcf5d3f27484177cc4a44ec2bcdd786c9b8e59746 (diff)
downloadpostgresql-d75e0949dfd4f6983c0170149d1b85c1fb1efd49.tar.gz
postgresql-d75e0949dfd4f6983c0170149d1b85c1fb1efd49.zip
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 4a5ab4f9961..18b7c6bdd56 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>