Hi,

Stephen Frost wrote:
> * Markus Wanner ([EMAIL PROTECTED]) wrote:
>> What does the subobject column for pg_shdepend buy us?
> 
> Tracking column-level ACL dependencies rather than having those
> dependencies only be at the table-level.  This complicates
> pg_shdepend some, but simplifies the dependency handling in the
> ACL area and in handling table/column drops.

With a separate table? Or as part of pg_attribute (which can handle NULL
and VARLENA attributes now?)

Regards

Markus Wanner


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to