Re: logical column ordering

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: logical column ordering
Дата
Msg-id 54F1515A.3000908@BlueTreble.com
обсуждение исходный текст
Ответ на Re: logical column ordering  (Gavin Flower <GavinFlower@archidevsys.co.nz>)
Ответы Re: logical column ordering  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On 2/27/15 2:37 PM, Gavin Flower wrote:
> Might be an idea to allow lists of columns and their starting position.
>
> ALTER TABLE customer ALTER COLUMN (job_id, type_id, account_num) SET
> ORDER 3;

I would certainly want something along those lines because it would be 
*way* less verbose (and presumably a lot faster) than a slew of ALTER 
TABLE statements.
-- 
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Providing catalog view to pg_hba.conf file - Patch submission
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Proposal: knowing detail of config files via SQL