There are known issues with
cagg_migrate() in version 2.8.0.
Upgrade to version 2.8.1 or above before using it.Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
cagg | REGCLASS | - | ✔ | The to migrate |
override | BOOLEAN | false | - | If false, the old keeps its name. The new is named <OLD_CONTINUOUS_AGGREGATE_NAME>_new. If true, the new gets the old name. The old is renamed <OLD_CONTINUOUS_AGGREGATE_NAME>_old. |
drop_old | BOOLEAN | false | - | If true, the old is deleted. Must be used together with override. |