Skip to content

Commit 9abf898

Browse files
committed
Fix incorrect punctuation
Amit Langote
1 parent 37dc228 commit 9abf898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/mvcc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ SELECT pg_advisory_lock(q.id) FROM
13781378
This level of integrity protection using Serializable transactions
13791379
does not yet extend to hot standby mode (<xref linkend="hot-standby">).
13801380
Because of that, those using hot standby may want to use Repeatable
1381-
Read and explicit locking.on the master.
1381+
Read and explicit locking on the master.
13821382
</para>
13831383
</warning>
13841384
</sect2>

0 commit comments

Comments
 (0)