diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 560e205b95f..94f01e40996 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -6291,19 +6291,6 @@ SCRAM-SHA-256$<iteration count>:&l Reference to schema - - - - prattrs int2vector - (references pg_attribute.attnum) - - - This is an array of values that indicates which table columns are - part of the publication. For example, a value of 1 3 - would mean that the first and the third table columns are published. - A null value indicates that all columns are published. - - @@ -6375,6 +6362,19 @@ SCRAM-SHA-256$<iteration count>:&l representation) for the relation's publication qualifying condition. Null if there is no publication qualifying condition. + + + + prattrs int2vector + (references pg_attribute.attnum) + + + This is an array of values that indicates which table columns are + part of the publication. For example, a value of 1 3 + would mean that the first and the third table columns are published. + A null value indicates that all columns are published. + +