You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow ALTER MATERIALIZED VIEW <cagg> ADD COLUMN <name> <type>
GENERATED ALWAYS AS (<aggregate>) STORED.
The new column is added to the materialization hypertable and surfaced
through the partial, direct, and user views. AccessExclusiveLock's are
taken on each of them at the beginning. New columns will have NULL
values on already existing rows from the CAgg, new rows inserted after
the ADD COLUMN statement will have appropriate values. To backfill
previous rows, forced refresh is required.
0 commit comments