Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bdd6684

Browse files
committed
Fix incorrect punctuation
Amit Langote
1 parent ec01c1c commit bdd6684

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
@@ -1541,7 +1541,7 @@ SELECT pg_advisory_lock(q.id) FROM
15411541
This level of integrity protection using Serializable transactions
15421542
does not yet extend to hot standby mode (<xref linkend="hot-standby">).
15431543
Because of that, those using hot standby may want to use Repeatable
1544-
Read and explicit locking.on the master.
1544+
Read and explicit locking on the master.
15451545
</para>
15461546
</warning>
15471547
</sect2>

0 commit comments

Comments
 (0)