Обсуждение: How to drop column

Поиск
Список
Период
Сортировка

How to drop column

От
Michael Brusser
Дата:
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.