@@ -6396,26 +6396,26 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
6396
6396
6397
6397
<row>
6398
6398
<entry role="catalog_table_entry"><para role="column_definition">
6399
- <structfield>pubgencols </structfield> <type>char </type>
6399
+ <structfield>pubviaroot </structfield> <type>bool </type>
6400
6400
</para>
6401
6401
<para>
6402
- Controls how to handle generated column replication when there is no
6403
- publication column list:
6404
- <literal>n</literal> = generated columns in the tables associated with
6405
- the publication should not be replicated,
6406
- <literal>s</literal> = stored generated columns in the tables associated
6407
- with the publication should be replicated.
6402
+ If true, operations on a leaf partition are replicated using the
6403
+ identity and schema of its topmost partitioned ancestor mentioned in the
6404
+ publication instead of its own.
6408
6405
</para></entry>
6409
6406
</row>
6410
6407
6411
6408
<row>
6412
6409
<entry role="catalog_table_entry"><para role="column_definition">
6413
- <structfield>pubviaroot </structfield> <type>bool </type>
6410
+ <structfield>pubgencols_type </structfield> <type>char </type>
6414
6411
</para>
6415
6412
<para>
6416
- If true, operations on a leaf partition are replicated using the
6417
- identity and schema of its topmost partitioned ancestor mentioned in the
6418
- publication instead of its own.
6413
+ Controls how to handle generated column replication when there is no
6414
+ publication column list:
6415
+ <literal>n</literal> = generated columns in the tables associated with
6416
+ the publication should not be replicated,
6417
+ <literal>s</literal> = stored generated columns in the tables associated
6418
+ with the publication should be replicated.
6419
6419
</para></entry>
6420
6420
</row>
6421
6421
</tbody>
0 commit comments