From 9abf89828e8db73a4a28afd5e477be964b970073 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 9 Apr 2015 13:35:30 +0200 Subject: [PATCH] Fix incorrect punctuation Amit Langote --- doc/src/sgml/mvcc.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (). 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. -- 2.40.0