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

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: alter table add column - specify where the column will go?
Дата
Msg-id AANLkTin_j7LskyuFAhvbmfqYKL1=C1WE8dwTfZ-peMPO@mail.gmail.com
обсуждение исходный текст
Ответ на Re: alter table add column - specify where the column will go?  (Dmitriy Igrishin <dmitigr@gmail.com>)
Ответы Re: alter table add column - specify where the column will go?  (Thomas Kellerer <spam_eater@gmx.net>)
Re: alter table add column - specify where the column will go?  (Peter Bex <Peter.Bex@xs4all.nl>)
Re: alter table add column - specify where the column will go?  (Dmitriy Igrishin <dmitigr@gmail.com>)
Re: alter table add column - specify where the column will go?  (Florian Weimer <fweimer@bfk.de>)
Список pgsql-general
just never use SELECT *, but always call columns by names. You'll
avoid having to depend on the order of columns, which is never
guaranteed, even if the table on disk is one order, the return columns
could be in some other.

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

Предыдущее
От: Mark Morgan Lloyd
Дата:
Сообщение: Getting current and average on a single row
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: alter table add column - specify where the column will go?