-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: ban alter column type on view-depended cols
Previously, it was legal to edit the column type of columns that were depended on by views. This is not a good idea for various reasons, and is not Postgres compatible to boot. Now, it is illegal to alter the column type of columns that are depended on views. Release note (sql change): prevent column type modification of columns that are depended on by views.
- Loading branch information
1 parent
460c497
commit bc642d0
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters