Re: logical column ordering

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: logical column ordering
Дата
Msg-id 54F0B85C.50708@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: logical column ordering  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On 27.2.2015 19:23, Alvaro Herrera wrote:
> Tomas Vondra wrote:
> 
>> Physical ordering is still determined by the CREATE TABLE command,
> 
> In theory, you should be able to UPDATE attphysnum in pg_attribute
> too when the table is empty, and new tuples inserted would follow
> the specified ordering.

Good idea - that'd give you descriptors with
   (attnum != attphysnum)

which might trigger some bugs.

-- 
Tomas Vondra                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Providing catalog view to pg_hba.conf file - Patch submission
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Providing catalog view to pg_hba.conf file - Patch submission