How to drop column - Mailing list pgsql-admin

From Michael Brusser
Subject How to drop column
Date
Msg-id DEEIJKLFNJGBEMBLBAHCIENKCOAA.michael@synchronicity.com
Whole thread Raw
List pgsql-admin
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.





pgsql-admin by date:

Previous
From: "shreedhar"
Date:
Subject: server closed the connection unexpectedly
Next
From: Daniel Rubio
Date:
Subject: Compiling contrib utilities