Re: Alter TABLE with Postgres 7.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Alter TABLE with Postgres 7.2
Дата
Msg-id 18335.1073851348@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Alter TABLE with Postgres 7.2  (small.witch@gmx.de)
Список pgsql-novice
small.witch@gmx.de writes:
> I tried to remove a column by using the command
> ALTER TABLE tablename REMOVE COLUMN column1
> But I got a message: "error: not yet implemented"
> Is that correct? The command is in the documentation, how can it be not
> implemented?

You must be reading 7.3 or 7.4 documentation.

            regards, tom lane

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

Предыдущее
От: Martin Hampl
Дата:
Сообщение: Disk usage
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Get error during initdb