File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.74 2010/04 /03 07:22:55 petere Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/mvcc.sgml,v 2.75 2010/05 /03 15:35:30 alvherre Exp $ -->
22
33 <chapter id="mvcc">
44 <title>Concurrency Control</title>
@@ -565,7 +565,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
565565 mode — but the semantics are all the same. The only real difference
566566 between one lock mode and another is the set of lock modes with
567567 which each conflicts (see <xref linkend="table-lock-compatibility">).
568- . Two transactions cannot hold locks of conflicting
568+ Two transactions cannot hold locks of conflicting
569569 modes on the same table at the same time. (However, a transaction
570570 never conflicts with itself. For example, it might acquire
571571 <literal>ACCESS EXCLUSIVE</literal> lock and later acquire
You can’t perform that action at this time.
0 commit comments