ALTER TABLE and dropping a column

Поиск
Список
Период
Сортировка
От Frank Joerdens
Тема ALTER TABLE and dropping a column
Дата
Msg-id 20020207232512.D6766@superfly.archi-me-des.de
обсуждение исходный текст
Ответы Re: ALTER TABLE and dropping a column  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
7.1 at least doesn't seem to support a 'DROP COLUMN' command as in

ALTER TABLE foo DROP COLUMN bar;

Is there a way to do that manually and safely, e.g. by manipulating
pg_class or pg_attribute? I found a couple of threads about it dating
from way back in summer 2000 and early 2001, but nothing conclusive.

Thanks, Frank


В списке pgsql-sql по дате отправления:

Предыдущее
От: Frank Joerdens
Дата:
Сообщение: Re: Looking for the correct solution for a generic problem.
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: ALTER TABLE and dropping a column