Move prattrs to the pg_publication_rel section in docs
authorTomas Vondra
Sat, 26 Mar 2022 18:06:10 +0000 (19:06 +0100)
committerTomas Vondra
Sat, 26 Mar 2022 18:13:27 +0000 (19:13 +0100)
Commit 923def9a53 documented the prattrs to the pg_publication_namespace
catalog, probably due to a rebase mistake. Move it to the section for
the pg_publication_rel catalog.

Author: Noriyoshi Shinoda
Discussion: https://postgr.es/m/PH7PR84MB18850A74D275F39762059E6CEE1B9@PH7PR84MB1885.NAMPRD84.PROD.OUTLOOK.COM

doc/src/sgml/catalogs.sgml

index 560e205b95f820f15322daa20bab2a36eb8e6308..94f01e40996d1e8ef67b56e367ce8f97d8a795e4 100644 (file)
@@ -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.
+      
+