Re: Proposal: move column defaults into pg_attribute along with attacl - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Proposal: move column defaults into pg_attribute along with attacl
Date
Msg-id 20080928185141.GA28076@tamriel.snowman.net
Whole thread Raw
In response to Re: Proposal: move column defaults into pg_attribute along with attacl  (Markus Wanner <markus.wanner@programmfabrik.de>)
Responses Re: Proposal: move column defaults into pg_attribute along with attacl  (Markus Wanner <markus@bluegap.ch>)
List pgsql-hackers
Markus,

* Markus Wanner (markus.wanner@programmfabrik.de) 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.

I'm still not a fan of having column-level deps handled
differently between pg_shdepend and pg_depend, but that's not
something which has to be addressed directly by the column-level
privs patch.  Perhaps once it's done I'll do a proof-of-concept
for removing pg_attdef.
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] Infrastructure changes for recovery
Next
From: pgsql@mohawksoft.com
Date:
Subject: Ad-hoc table type?