Skip to content

Commit

Permalink
Clarify add-after-delete column limitation with tiered hypertable (#3432
Browse files Browse the repository at this point in the history
)

Clarify limitation that columns can now be deleted on tiered hypertables, but you cannot subsequently add a new column to a tiered hypertable with the same name as the now-deleted column.

Signed-off-by: Mike Freedman <[email protected]>
Co-authored-by: atovpeko <[email protected]>
  • Loading branch information
mfreed and atovpeko authored Sep 13, 2024
1 parent c15a52e commit 0021748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions use-timescale/data-tiering/about-data-tiering.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ storage, so your queries fetch the same data as before.
with `NULL` defaults, adding indexes, changing or renaming the hypertable
schema, and adding `CHECK` constraints. For `CHECK` constraints, only
untiered data is verified.
Columns can be deleted. However, you cannot add a new column with the same
name to the hypertable after enabling tiering.
Columns can also be deleted, but you cannot subsequently add a new column
to a tiered hypertable with the same name as the now-deleted column.

_Disallowed_ modifications include: adding a column with non-`NULL`
defaults, renaming a column, changing the data type of a
Expand Down

0 comments on commit 0021748

Please sign in to comment.