|
|
| · · · · · · · | |
|
enhancement request: add drop cascade to columns
hello, after playing with inheritance of tables to find some use for the new constraint_checks table partitioning, I found myself in need of dropping one column. Within the tree it is possible to drop cascade for many objects, but not yet for colums. So I ask for the orthogonality enhancement of allowing "drop cascade" for columns. ALTER TABLE XXXX DROP COLUMN <whatever> cascade; harald -- GHUM Harald Massa persuadere et programmare Harald Armin Massa Reinsburgstraße 202b 70197 Stuttgart 0173/9409607
|