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:35:30 +0200
commit8ae4600cd9a079981168def863edb38ef237da6c (patch)
treebcde18d80af19d57c3689ae72194f0053f128be4
parent06d36fa40c5bf86004f9c968552f7cdb8f606d6d (diff)
downloadpostgresql-8ae4600cd9a079981168def863edb38ef237da6c.tar.gz
postgresql-8ae4600cd9a079981168def863edb38ef237da6c.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 dbe5d8f1349..f88b16e778a 100644
--- a/doc/src/sgml/mvcc.sgml
+++ b/doc/src/sgml/mvcc.sgml
@@ -1542,7 +1542,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>