Re: Column storage positions

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas ADI SD
Тема Re: Column storage positions
Дата
Msg-id E1539E0ED7043848906A8FF995BDA57901CAF723@m0143.s-mxs.net
обсуждение исходный текст
Ответ на Re: Column storage positions  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Column storage positions  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
> > And I also see a lot of unhappiness from users of system tables when

> > column numbers all over the system tables would not be logical
column
> > positions any more.
>
> Are you arguing against the feature? Or against the suggested design?

Against the design.

> I should have thought (without much looking) one possible way
> to implement it would be to put Oids on pg_attribute for the
> permanent id, and keep attnum for the (now mutable) logical
> order, adding a further column for the physical order.

Yes, that was the idea (not oid but some number), and I am arguing
against it. Imho people are used to see the logical position in e.g.
pg_index

I know it is a lot of work to update all those dependencies in the
system tables to reorder logical position, but that is the path I think
should be taken. And the first step in that direction is Phil's patch.

Andreas


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

Предыдущее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: HOT for PostgreSQL 8.3
Следующее
От: Warren Turkal
Дата:
Сообщение: Re: SCMS question