Forum OpenACS Q&A: Response to How to drop a column in postgres ?

Collapse
Posted by Robert Locke on
I'm not sure about this, but I think creating a new table and renaming it to the old table's name may also break any views which depended on the old table, even if said views don't reference the dropped column.

Is that correct?