@@ -907,7 +907,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
907
907
<title>Table-Level Lock Modes</title>
908
908
<varlistentry>
909
909
<term>
910
- <literal>ACCESS SHARE</literal>
910
+ <literal>ACCESS SHARE</literal> (<literal>AccessShareLock</literal>)
911
911
</term>
912
912
<listitem>
913
913
<para>
@@ -925,7 +925,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
925
925
926
926
<varlistentry>
927
927
<term>
928
- <literal>ROW SHARE</literal>
928
+ <literal>ROW SHARE</literal> (<literal>RowShareLock</literal>)
929
929
</term>
930
930
<listitem>
931
931
<para>
@@ -948,7 +948,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
948
948
949
949
<varlistentry>
950
950
<term>
951
- <literal>ROW EXCLUSIVE</literal>
951
+ <literal>ROW EXCLUSIVE</literal> (<literal>RowExclusiveLock</literal>)
952
952
</term>
953
953
<listitem>
954
954
<para>
@@ -971,7 +971,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
971
971
972
972
<varlistentry>
973
973
<term>
974
- <literal>SHARE UPDATE EXCLUSIVE</literal>
974
+ <literal>SHARE UPDATE EXCLUSIVE</literal> (<literal>ShareUpdateExclusiveLock</literal>)
975
975
</term>
976
976
<listitem>
977
977
<para>
@@ -997,7 +997,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
997
997
998
998
<varlistentry>
999
999
<term>
1000
- <literal>SHARE</literal>
1000
+ <literal>SHARE</literal> (<literal>ShareLock</literal>)
1001
1001
</term>
1002
1002
<listitem>
1003
1003
<para>
@@ -1017,7 +1017,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
1017
1017
1018
1018
<varlistentry>
1019
1019
<term>
1020
- <literal>SHARE ROW EXCLUSIVE</literal>
1020
+ <literal>SHARE ROW EXCLUSIVE</literal> (<literal>ShareRowExclusiveLock</literal>)
1021
1021
</term>
1022
1022
<listitem>
1023
1023
<para>
@@ -1039,7 +1039,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
1039
1039
1040
1040
<varlistentry>
1041
1041
<term>
1042
- <literal>EXCLUSIVE</literal>
1042
+ <literal>EXCLUSIVE</literal> (<literal>ExclusiveLock</literal>)
1043
1043
</term>
1044
1044
<listitem>
1045
1045
<para>
@@ -1061,7 +1061,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
1061
1061
1062
1062
<varlistentry>
1063
1063
<term>
1064
- <literal>ACCESS EXCLUSIVE</literal>
1064
+ <literal>ACCESS EXCLUSIVE</literal> (<literal>AccessExclusiveLock</literal>)
1065
1065
</term>
1066
1066
<listitem>
1067
1067
<para>
0 commit comments