File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -6291,19 +6291,6 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
62916291 Reference to schema
62926292 </para></entry>
62936293 </row>
6294-
6295- <row>
6296- <entry role="catalog_table_entry"><para role="column_definition">
6297- <structfield>prattrs</structfield> <type>int2vector</type>
6298- (references <link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.<structfield>attnum</structfield>)
6299- </para>
6300- <para>
6301- This is an array of values that indicates which table columns are
6302- part of the publication. For example, a value of <literal>1 3</literal>
6303- would mean that the first and the third table columns are published.
6304- A null value indicates that all columns are published.
6305- </para></entry>
6306- </row>
63076294 </tbody>
63086295 </tgroup>
63096296 </table>
@@ -6375,6 +6362,19 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
63756362 representation) for the relation's publication qualifying condition. Null
63766363 if there is no publication qualifying condition.</para></entry>
63776364 </row>
6365+
6366+ <row>
6367+ <entry role="catalog_table_entry"><para role="column_definition">
6368+ <structfield>prattrs</structfield> <type>int2vector</type>
6369+ (references <link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.<structfield>attnum</structfield>)
6370+ </para>
6371+ <para>
6372+ This is an array of values that indicates which table columns are
6373+ part of the publication. For example, a value of <literal>1 3</literal>
6374+ would mean that the first and the third table columns are published.
6375+ A null value indicates that all columns are published.
6376+ </para></entry>
6377+ </row>
63786378 </tbody>
63796379 </tgroup>
63806380 </table>
You can’t perform that action at this time.
0 commit comments