Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3336b3d

Browse files
committed
doc: mention the pg_locks lock names in parentheses
Reported-by: Troy Frericks Discussion: https://postgr.es/m/165653551130.665.8240515669521441325@wrigleys.postgresql.org Backpatch-through: 10
1 parent 17aa39d commit 3336b3d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/src/sgml/mvcc.sgml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
875875
<title>Table-Level Lock Modes</title>
876876
<varlistentry>
877877
<term>
878-
<literal>ACCESS SHARE</literal>
878+
<literal>ACCESS SHARE</literal> (<literal>AccessShareLock</literal>)
879879
</term>
880880
<listitem>
881881
<para>
@@ -893,7 +893,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
893893

894894
<varlistentry>
895895
<term>
896-
<literal>ROW SHARE</literal>
896+
<literal>ROW SHARE</literal> (<literal>RowShareLock</literal>)
897897
</term>
898898
<listitem>
899899
<para>
@@ -914,7 +914,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
914914

915915
<varlistentry>
916916
<term>
917-
<literal>ROW EXCLUSIVE</literal>
917+
<literal>ROW EXCLUSIVE</literal> (<literal>RowExclusiveLock</literal>)
918918
</term>
919919
<listitem>
920920
<para>
@@ -936,7 +936,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
936936

937937
<varlistentry>
938938
<term>
939-
<literal>SHARE UPDATE EXCLUSIVE</literal>
939+
<literal>SHARE UPDATE EXCLUSIVE</literal> (<literal>ShareUpdateExclusiveLock</literal>)
940940
</term>
941941
<listitem>
942942
<para>
@@ -963,7 +963,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
963963

964964
<varlistentry>
965965
<term>
966-
<literal>SHARE</literal>
966+
<literal>SHARE</literal> (<literal>ShareLock</literal>)
967967
</term>
968968
<listitem>
969969
<para>
@@ -983,7 +983,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
983983

984984
<varlistentry>
985985
<term>
986-
<literal>SHARE ROW EXCLUSIVE</literal>
986+
<literal>SHARE ROW EXCLUSIVE</literal> (<literal>ShareRowExclusiveLock</literal>)
987987
</term>
988988
<listitem>
989989
<para>
@@ -1005,7 +1005,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
10051005

10061006
<varlistentry>
10071007
<term>
1008-
<literal>EXCLUSIVE</literal>
1008+
<literal>EXCLUSIVE</literal> (<literal>ExclusiveLock</literal>)
10091009
</term>
10101010
<listitem>
10111011
<para>
@@ -1027,7 +1027,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
10271027

10281028
<varlistentry>
10291029
<term>
1030-
<literal>ACCESS EXCLUSIVE</literal>
1030+
<literal>ACCESS EXCLUSIVE</literal> (<literal>AccessExclusiveLock</literal>)
10311031
</term>
10321032
<listitem>
10331033
<para>

0 commit comments

Comments
 (0)