Re: Delete column

Поиск
Список
Период
Сортировка
От Henshall, Stuart - Design & Print
Тема Re: Delete column
Дата
Msg-id E382B5D8EDE1D6118DBE0008C759BCD6116AAB@WCPEXCHANGE
обсуждение исходный текст
Ответ на Delete column  (Setyo Nugroho <snugroho@gmx.net>)
Список pgsql-novice

Setyo Nugroho wrote:
> Hi all,
> I failed to delete a column of a table, using these:
>
> db=# ALTER TABLE route DELETE COLUMN plan;
> db=# ALTER TABLE route DROP COLUMN plan;
>
> Adding a column using ALTER TABLE etc .. is possible, what about
> deleting it ?
>
> Any help would highly be appreciated.
>
> Regards,
> Setyo Nugroho
>
This is possible in pg7.3, but not before
hth,
- Stuart

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

Предыдущее
От: Setyo Nugroho
Дата:
Сообщение: Delete column
Следующее
От: "cristi"
Дата:
Сообщение: Re: SQL