From: Magnus Hagander Date: Thu, 9 Apr 2015 11:35:30 +0000 (+0200) Subject: Fix incorrect punctuation X-Git-Tag: REL9_4_2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdd66849683c7b77c000cdf0bb69bbc64b10a01c;p=postgresql Fix incorrect punctuation Amit Langote --- diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index a0d6867de0..dfece8a9f7 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 (). 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.