Re: Get rid of system attributes in pg_attribute?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Get rid of system attributes in pg_attribute?
Дата
Msg-id 11383.1108877113@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Get rid of system attributes in pg_attribute?  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: Get rid of system attributes in pg_attribute?  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-hackers
Robert Treat <xzilla@users.sourceforge.net> writes:
> If I am understanding this correctly, they could only be displayed if selected 
> explicitly right?

That's always been true.  The behavior at the level of SQL commands
wouldn't change.  The question is whether any apps out there examine
pg_attribute and expect these rows to be present.  Most of the code
I've seen that examines pg_attribute explicitly disregards rows with
attnum < 0 ...
        regards, tom lane


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

Предыдущее
От: pgsql@mohawksoft.com
Дата:
Сообщение: Re: Data loss, vacuum, transaction wrap-around
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Data loss, vacuum, transaction wrap-around