|
|
|
|
@ -907,7 +907,7 @@ ERROR: could not serialize access due to read/write dependencies among transact |
|
|
|
|
<title>Table-Level Lock Modes</title> |
|
|
|
|
<varlistentry> |
|
|
|
|
<term> |
|
|
|
|
<literal>ACCESS SHARE</literal> |
|
|
|
|
<literal>ACCESS SHARE</literal> (<literal>AccessShareLock</literal>) |
|
|
|
|
</term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
@ -925,7 +925,7 @@ ERROR: could not serialize access due to read/write dependencies among transact |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term> |
|
|
|
|
<literal>ROW SHARE</literal> |
|
|
|
|
<literal>ROW SHARE</literal> (<literal>RowShareLock</literal>) |
|
|
|
|
</term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
@ -948,7 +948,7 @@ ERROR: could not serialize access due to read/write dependencies among transact |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term> |
|
|
|
|
<literal>ROW EXCLUSIVE</literal> |
|
|
|
|
<literal>ROW EXCLUSIVE</literal> (<literal>RowExclusiveLock</literal>) |
|
|
|
|
</term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
@ -971,7 +971,7 @@ ERROR: could not serialize access due to read/write dependencies among transact |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term> |
|
|
|
|
<literal>SHARE UPDATE EXCLUSIVE</literal> |
|
|
|
|
<literal>SHARE UPDATE EXCLUSIVE</literal> (<literal>ShareUpdateExclusiveLock</literal>) |
|
|
|
|
</term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
@ -997,7 +997,7 @@ ERROR: could not serialize access due to read/write dependencies among transact |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term> |
|
|
|
|
<literal>SHARE</literal> |
|
|
|
|
<literal>SHARE</literal> (<literal>ShareLock</literal>) |
|
|
|
|
</term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
@ -1017,7 +1017,7 @@ ERROR: could not serialize access due to read/write dependencies among transact |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term> |
|
|
|
|
<literal>SHARE ROW EXCLUSIVE</literal> |
|
|
|
|
<literal>SHARE ROW EXCLUSIVE</literal> (<literal>ShareRowExclusiveLock</literal>) |
|
|
|
|
</term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
@ -1039,7 +1039,7 @@ ERROR: could not serialize access due to read/write dependencies among transact |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term> |
|
|
|
|
<literal>EXCLUSIVE</literal> |
|
|
|
|
<literal>EXCLUSIVE</literal> (<literal>ExclusiveLock</literal>) |
|
|
|
|
</term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
@ -1061,7 +1061,7 @@ ERROR: could not serialize access due to read/write dependencies among transact |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term> |
|
|
|
|
<literal>ACCESS EXCLUSIVE</literal> |
|
|
|
|
<literal>ACCESS EXCLUSIVE</literal> (<literal>AccessExclusiveLock</literal>) |
|
|
|
|
</term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
|