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

Fix SET TYPE on pointers with constraints #2309

Merged
merged 1 commit into from Mar 3, 2021
Merged

Conversation

msullivan
Copy link
Member

We need to drop the constraints that reference the pointer before
changing the column type and then recreate them when we are done.

Fixes #2299.

We need to drop the constraints that reference the pointer before
changing the column type and then recreate them when we are done.

Fixes #2299.
@msullivan msullivan merged commit 03ee5ac into master Mar 3, 2021
@msullivan msullivan deleted the cycle-constraints branch March 3, 2021 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cannot alter type of a column used in a trigger definition
2 participants