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

Add support for ALTER TABLE .. ALTER COLUMN .. { SET | DROP } NOT NULL #6472

Closed
lukaseder opened this issue Jul 31, 2017 · 0 comments
Closed

Comments

@lukaseder
Copy link
Member

lukaseder commented Jul 31, 2017

This syntax is supported natively in PostgreSQL. In many other databases, it is rather difficult to emulate, as the nullability of a column can only be modified together with the data type. We'd have to query the dictionary views prior to generating the ALTER statement...

Hence, emulation is done in a separate issue: #6476


See also #3805

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant