File tree 1 file changed +13
-13
lines changed
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
6291
6291
Reference to schema
6292
6292
</para></entry>
6293
6293
</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>
6307
6294
</tbody>
6308
6295
</tgroup>
6309
6296
</table>
@@ -6375,6 +6362,19 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
6375
6362
representation) for the relation's publication qualifying condition. Null
6376
6363
if there is no publication qualifying condition.</para></entry>
6377
6364
</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>
6378
6378
</tbody>
6379
6379
</tgroup>
6380
6380
</table>
You can’t perform that action at this time.
0 commit comments