mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-21 05:04:32 +08:00
This PR adds better handling for the following commands: * ALTER TABLE ... ALTER COLUMN ... SET (attribute_name = value) * ALTER TABLE ... ALTER COLUMN ... RESET (attribute_name) * ALTER TABLE ... ALTER COLUMN ... SET STATISTICS * ALTER TABLE ... ALTER COLUMN ... SET STORAGE For each of the above commands the associated settings are not properly propagated to existing chunks and new chunks are created with the same settings as the hypertable. We also now allow these commands to be run on chunks.