diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml
index ff148bb3dcd..14b51db55e3 100644
--- a/doc/src/sgml/mvcc.sgml
+++ b/doc/src/sgml/mvcc.sgml
@@ -907,7 +907,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
Table-Level Lock Modes
- ACCESS SHARE
+ ACCESS SHARE (AccessShareLock)
@@ -925,7 +925,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
- ROW SHARE
+ ROW SHARE (RowShareLock)
@@ -948,7 +948,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
- ROW EXCLUSIVE
+ ROW EXCLUSIVE (RowExclusiveLock)
@@ -971,7 +971,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
- SHARE UPDATE EXCLUSIVE
+ SHARE UPDATE EXCLUSIVE (ShareUpdateExclusiveLock)
@@ -997,7 +997,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
- SHARE
+ SHARE (ShareLock)
@@ -1017,7 +1017,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
- SHARE ROW EXCLUSIVE
+ SHARE ROW EXCLUSIVE (ShareRowExclusiveLock)
@@ -1039,7 +1039,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
- EXCLUSIVE
+ EXCLUSIVE (ExclusiveLock)
@@ -1061,7 +1061,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
- ACCESS EXCLUSIVE
+ ACCESS EXCLUSIVE (AccessExclusiveLock)