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

Commit 8ae4600

Browse files
committed
Fix incorrect punctuation
Amit Langote
1 parent 06d36fa commit 8ae4600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/mvcc.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ SELECT pg_advisory_lock(q.id) FROM
15421542
This level of integrity protection using Serializable transactions
15431543
does not yet extend to hot standby mode (<xref linkend="hot-standby">).
15441544
Because of that, those using hot standby may want to use Repeatable
1545-
Read and explicit locking.on the master.
1545+
Read and explicit locking on the master.
15461546
</para>
15471547
</warning>
15481548
</sect2>

0 commit comments

Comments
 (0)