8000 Fix incorrect punctuation · rowhit/postgres@3b4da9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b4da9a

Browse files
committed
Fix incorrect punctuation
Amit Langote
1 parent 0d6c9e0 commit 3b4da9a

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
@@ -1405,7 +1405,7 @@ SELECT pg_advisory_lock(q.id) FROM
14051405
This level of integrity protection using Serializable transactions
14061406
does not yet extend to hot standby mode (<xref linkend="hot-standby">).
14071407
Because of that, those using hot standby may want to use Repeatable
1408-
Read and explicit locking.on the master.
1408+
Read and explicit locking on the master.
14091409
</para>
14101410
</warning>
14111411
</sect2>

0 commit comments

Comments
 (0)
0