adsrc and consrc incompatible with rename operations

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема adsrc and consrc incompatible with rename operations
Дата
Msg-id Pine.LNX.4.44.0306231802170.2285-100000@peter.localdomain
обсуждение исходный текст
Ответы Re: adsrc and consrc incompatible with rename operations  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-hackers
The system catalog columns pg_attrdef.adsrc and pg_constraint.consrc store
"human-readable" versions of pg_attrdef.adbin and pg_constraint.conbin.
During a rename operation, they are not and cannot be updated.  We need to
remove them and make interested applications get the information about of
the *bin columns.  I noticed that various functions were recently updated
to do that, but I think the columns should be removed altogether because
they cannot be trusted.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: 'out of tree' compile (was: Two weeks to feature freeze)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [GENERAL] capturing and storing query statement with