Thread: How to drop column

How to drop column

From
Michael Brusser
Date:
Postgres 7.2 does not support 'drop column'
One apparent way of handling that seems to create the new table,
copy data from the original one, drop original and rename the new table.
However original table may have foreign keys and dependencies, so I may
not be able to drop it.
Is there a clear path to handle this situation?

Thank you,
Mike.