-
- Downloads
Add more checks against altering typed tables
- Prohibit altering column type - Prohibit changing inheritance - Move checks from Exec to Prep phases in ALTER TABLE code backpatched to 9.0
Showing
- src/backend/commands/tablecmds.c 44 additions, 17 deletionssrc/backend/commands/tablecmds.c
- src/test/regress/expected/typed_table.out 7 additions, 0 deletionssrc/test/regress/expected/typed_table.out
- src/test/regress/sql/typed_table.sql 6 additions, 0 deletionssrc/test/regress/sql/typed_table.sql
Loading
Please register or sign in to comment