@@ -875,7 +875,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
875
875
<title>Table-Level Lock Modes</title>
876
876
<varlistentry>
877
877
<term>
878
- <literal>ACCESS SHARE</literal>
878
+ <literal>ACCESS SHARE</literal> (<literal>AccessShareLock</literal>)
879
879
</term>
880
880
<listitem>
881
881
<para>
@@ -893,7 +893,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
893
893
894
894
<varlistentry>
895
895
<term>
896
- <literal>ROW SHARE</literal>
896
+ <literal>ROW SHARE</literal> (<literal>RowShareLock</literal>)
897
897
</term>
898
898
<listitem>
899
899
<para>
@@ -914,7 +914,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
914
914
915
915
<varlistentry>
916
916
<term>
917
- <literal>ROW EXCLUSIVE</literal>
917
+ <literal>ROW EXCLUSIVE</literal> (<literal>RowExclusiveLock</literal>)
918
918
</term>
919
919
<listitem>
920
920
<para>
@@ -936,7 +936,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
936
936
937
937
<varlistentry>
938
938
<term>
939
- <literal>SHARE UPDATE EXCLUSIVE</literal>
939
+ <literal>SHARE UPDATE EXCLUSIVE</literal> (<literal>ShareUpdateExclusiveLock</literal>)
940
940
</term>
941
941
<listitem>
942
942
<para>
@@ -963,7 +963,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
963
963
964
964
<varlistentry>
965
965
<term>
966
- <literal>SHARE</literal>
966
+ <literal>SHARE</literal> (<literal>ShareLock</literal>)
967
967
</term>
968
968
<listitem>
969
969
<para>
@@ -983,7 +983,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
983
983
984
984
<varlistentry>
985
985
<term>
986
- <literal>SHARE ROW EXCLUSIVE</literal>
986
+ <literal>SHARE ROW EXCLUSIVE</literal> (<literal>ShareRowExclusiveLock</literal>)
987
987
</term>
988
988
<listitem>
989
989
<para>
@@ -1005,7 +1005,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
1005
1005
1006
1006
<varlistentry>
1007
1007
<term>
1008
- <literal>EXCLUSIVE</literal>
1008
+ <literal>EXCLUSIVE</literal> (<literal>ExclusiveLock</literal>)
1009
1009
</term>
1010
1010
<listitem>
1011
1011
<para>
@@ -1027,7 +1027,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
1027
1027
1028
1028
<varlistentry>
1029
1029
<term>
1030
- <literal>ACCESS EXCLUSIVE</literal>
1030
+ <literal>ACCESS EXCLUSIVE</literal> (<literal>AccessExclusiveLock</literal>)
1031
1031
</term>
1032
1032
<listitem>
1033
1033
<para>
0 commit comments