Re: full featured alter table?

Поиск
Список
Период
Сортировка
От merlyn@stonehenge.com (Randal L. Schwartz)
Тема Re: full featured alter table?
Дата
Msg-id 86y90436zu.fsf@red.stonehenge.com
обсуждение исходный текст
Ответ на Re: full featured alter table?  ("Jim C. Nasby" <jim@nasby.net>)
Ответы Re: full featured alter table?  (Sven Köhler <skoehler@upb.de>)
Список pgsql-general
>>>>> "Jim" == Jim C Nasby <jim@nasby.net> writes:

Jim> The one thing we don't have that I think would be useful is a way to
Jim> re-order the columns in a table. Maybe it's just me, but I tend to want
Jim> column to appear in a specific order, and the only way you can
Jim> accomplish this today is by re-creating the entire table.

Column order shouldn't matter.  It matters only when you say "SELECT *",
and the best literature out there warns against the foibles of such.

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Index not being used in MAX function (7.2.3)
Следующее
От: Sven Köhler
Дата:
Сообщение: Re: full featured alter table?