alter table, placing the new column after the id

Поиск
Список
Период
Сортировка
От Zouari Fourat
Тема alter table, placing the new column after the id
Дата
Msg-id 621eda8a0602281113o459a1a1dt437c58e12658d187@mail.gmail.com
обсуждение исходный текст
Ответы Re: alter table, placing the new column after the id  (Sean Davis <sdavis2@mail.nih.gov>)
Список pgsql-novice
Hello,
When trying to alter my table to add a column, it will be added at the
end of the table, i want to get my column after a given column name,
for example get my table like this :

ID
firstname
lastname
<---    my new added column here
adrress
country
<---    not here !

how to get it ?

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

Предыдущее
От: "Lane Van Ingen"
Дата:
Сообщение: Re: install
Следующее
От: Sean Davis
Дата:
Сообщение: Re: alter table, placing the new column after the id