adsrc and consrc incompatible with rename operations - Mailing list pgsql-hackers

From Peter Eisentraut
Subject adsrc and consrc incompatible with rename operations
Date
Msg-id Pine.LNX.4.44.0306231802170.2285-100000@peter.localdomain
Whole thread Raw
Responses Re: adsrc and consrc incompatible with rename operations  (Rod Taylor <rbt@rbt.ca>)
List 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 by date:

Previous
From: Manfred Koizar
Date:
Subject: 'out of tree' compile (was: Two weeks to feature freeze)
Next
From: Peter Eisentraut
Date:
Subject: Re: [GENERAL] capturing and storing query statement with