Re: alter table add column - specify where the column will go?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: alter table add column - specify where the column will go?
Дата
Msg-id icifum$c8f$1@dough.gmane.org
обсуждение исходный текст
Ответ на alter table add column - specify where the column will go?  (Alexander Farber <alexander.farber@gmail.com>)
Список pgsql-general
Alexander Farber, 24.11.2010 08:42:
> is there a syntax to add a column not at the last place

No, because the order of the column is irrelevant (just as there is no order on the rows in a table)
Simply select them in the order you like to have.

Thomas

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

Предыдущее
От: Szymon Guz
Дата:
Сообщение: Re: alter table add column - specify where the column will go?
Следующее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: alter table add column - specify where the column will go?