Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow DROP NOT NULL on column of compressed table #7455

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 19, 2024

  1. Allow DROP NOT NULL on column of compressed table

    Remove the restriction on `ALTER TABLE ... ALTER COLUMN DROP NOT NULL`
    on compressed hypertables.
    
    Dropping the `NOT NULL` constraint on a column of a compressed
    hypertable is safe since it does not require re-writing any data.
    mkindahl committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    601c367 View commit details
    Browse the repository at this point in the history