diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 415a3bcf2e8..b4a06e48348 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -5252,11 +5252,18 @@
slot_name
- text
+ name
A unique, cluster-wide identifier for the replication slot
+
+ plugin
+ name
+
+ The basename of the shared object containing the output plugin this logical slot is using, or null for physical slots.
+
+
slot_type
text
@@ -5264,13 +5271,6 @@
The slot type - physical> or logical>
-
- plugin
- text
-
- The basename of the shared object containing the output plugin this logical slot is using, or null for physical slots.
-
-
datoid
oid
@@ -5304,22 +5304,14 @@
-
- xmin
- xid
-
- The oldest transaction that this slot needs the database to
- retain. VACUUM cannot remove catalog tuples deleted
- by any later transaction.
-
-
-
catalog_xmin
xid
- The xmin, or oldest transaction ID, that this
- slot forces to be retained in the system catalogs.
+ The oldest transaction affecting the system catalogs that this
+ slot needs the database to retain. VACUUM cannot
+ remove catalog tuples deleted by any later transaction.
+