@@ -6396,26 +6396,26 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
63966396
63976397 <row>
63986398 <entry role="catalog_table_entry"><para role="column_definition">
6399- <structfield>pubgencols </structfield> <type>char </type>
6399+ <structfield>pubviaroot </structfield> <type>bool </type>
64006400 </para>
64016401 <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.
64086405 </para></entry>
64096406 </row>
64106407
64116408 <row>
64126409 <entry role="catalog_table_entry"><para role="column_definition">
6413- <structfield>pubviaroot </structfield> <type>bool </type>
6410+ <structfield>pubgencols_type </structfield> <type>char </type>
64146411 </para>
64156412 <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.
64196419 </para></entry>
64206420 </row>
64216421 </tbody>
0 commit comments