noctarius aka Christoph Engelbert 88aaf23ae3
Allow Replica Identity (Alter Table) on CAGGs (#5868)
This commit is a follow up of #5515, which added support for ALTER TABLE
... REPLICA IDENTITY (FULL | INDEX) on hypertables.

This commit allows the execution against materialized hypertables to
enable update / delete operations on continuous aggregates when logical
replication in enabled for them.
2023-07-12 14:53:40 +02:00

2 lines
124 B
Plaintext

Implements: #5868 Allows ALTER TABLE ... REPLICA IDENTITY (FULL|INDEX) on materialized hypertables (continuoues aggregates)