@@ -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>
@@ -962,7 +962,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
962
962
963
963
<varlistentry>
964
964
<term>
965
- <literal>SHARE</literal>
965
+ <literal>SHARE</literal> (<literal>ShareLock</literal>)
966
966
</term>
967
967
<listitem>
968
968
<para>
@@ -982,7 +982,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
982
982
983
983
<varlistentry>
984
984
<term>
985
- <literal>SHARE ROW EXCLUSIVE</literal>
985
+ <literal>SHARE ROW EXCLUSIVE</literal> (<literal>ShareRowExclusiveLock</literal>)
986
986
</term>
987
987
<listitem>
988
988
<para>
@@ -1004,7 +1004,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
1004
1004
1005
1005
<varlistentry>
1006
1006
<term>
1007
- <literal>EXCLUSIVE</literal>
1007
+ <literal>EXCLUSIVE</literal> (<literal>ExclusiveLock</literal>)
1008
1008
</term>
1009
1009
<listitem>
1010
1010
<para>
@@ -1026,7 +1026,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
1026
1026
1027
1027
<varlistentry>
1028
1028
<term>
1029
- <literal>ACCESS EXCLUSIVE</literal>
1029
+ <literal>ACCESS EXCLUSIVE</literal> (<literal>AccessExclusiveLock</literal>)
1030
1030
</term>
1031
1031
<listitem>
1032
1032
<para>
0 commit comments