Re: logical column position

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: logical column position
Дата
Msg-id 12668.1069430922@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: logical column position  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: logical column position
Список pgsql-hackers
Andreas Pflug <pgadmin@pse-consulting.de> writes:
> Maybe my proposal wasn't clear enough:
> Just as an index references a pg_class entry by it's OID, not some value 
> identifying it's physical storage, all objects might continue 
> referencing columns by attnum.

That's exactly the same thing I am saying.  Your mistake is to assume
that this function can be combined with identification of a (changeable)
logical column position.  It can't.  Changeability and immutability are
just not compatible requirements.
        regards, tom lane


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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: logical column position
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Transaction Rollback problen (3.0 Protocol)