File tree 1 file changed +2
-2
lines changed
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 $ -->
2
2
3
3
<chapter id="mvcc">
4
4
<title>Concurrency Control</title>
@@ -565,7 +565,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
565
565
mode — but the semantics are all the same. The only real difference
566
566
between one lock mode and another is the set of lock modes with
567
567
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
569
569
modes on the same table at the same time. (However, a transaction
570
570
never conflicts with itself. For example, it might acquire
571
571
<literal>ACCESS EXCLUSIVE</literal> lock and later acquire
You can’t perform that action at this time.
0 commit comments