diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index c88bcaa7df9..8ad0ed10b3a 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -6396,7 +6396,18 @@ SCRAM-SHA-256$<iteration count>:&l
- pubgencols char
+ pubviaroot bool
+
+
+ If true, operations on a leaf partition are replicated using the
+ identity and schema of its topmost partitioned ancestor mentioned in the
+ publication instead of its own.
+
+
+
+
+
+ pubgencols_type char
Controls how to handle generated column replication when there is no
@@ -6407,17 +6418,6 @@ SCRAM-SHA-256$<iteration count>:&l
with the publication should be replicated.
-
-
-
- pubviaroot bool
-
-
- If true, operations on a leaf partition are replicated using the
- identity and schema of its topmost partitioned ancestor mentioned in the
- publication instead of its own.
-
-