|
- pubgencols char
+ pubviaroot bool
- Controls how to handle generated column replication when there is no
- publication column list:
- n = generated columns in the tables associated with
- the publication should not be replicated,
- s = stored generated columns in the tables associated
- with the publication should be replicated.
+ If true, operations on a leaf partition are replicated using the
+ identity and schema of its topmost partitioned ancestor mentioned in the
+ publication instead of its own.
|
- pubviaroot bool
+ pubgencols_type char
- If true, operations on a leaf partition are replicated using the
- identity and schema of its topmost partitioned ancestor mentioned in the
- publication instead of its own.
+ Controls how to handle generated column replication when there is no
+ publication column list:
+ n = generated columns in the tables associated with
+ the publication should not be replicated,
+ s = stored generated columns in the tables associated
+ with the publication should be replicated.