Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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

Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group