]> granicus.if.org Git - postgresql/commitdiff
Fix incorrect punctuation
authorMagnus Hagander <magnus@hagander.net>
Thu, 9 Apr 2015 11:35:30 +0000 (13:35 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 9 Apr 2015 11:36:24 +0000 (13:36 +0200)
Amit Langote

doc/src/sgml/mvcc.sgml

index 4a5ab4f9961c08dee496ab9b6d136a6b3d576048..18b7c6bdd56f68ad8f2d6762c34c451c2f1a9e1b 100644 (file)
@@ -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>