timescaledb/.unreleased/feature_5515
Erik Nordström e2e7e5f286 Make hypertables support replica identity
Add support for setting replica identity on hypertables via ALTER
TABLE. The replica identity is used in logical replication to identify
rows that have changed.

Currently, replica identity can only be altered on hypertables via the
root; changing it directly on chunks will raise an error.
2023-06-27 15:07:40 +02:00

2 lines
60 B
Plaintext

Implements: #5515 Make hypertables support replica identity