| From: | Stephen Frost <sfrost(at)snowman(dot)net> |
|---|---|
| To: | Markus Wanner <markus(dot)wanner(at)programmfabrik(dot)de> |
| Cc: | Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Proposal: move column defaults into pg_attribute along with attacl |
| Date: | 2008-09-28 18:51:41 |
| Message-ID: | 20080928185141.GA28076@tamriel.snowman.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Markus,
* Markus Wanner (markus(dot)wanner(at)programmfabrik(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2008-09-28 19:57:49 | Re: [HACKERS] get_relation_stats_hook() |
| Previous Message | Tom Lane | 2008-09-28 18:02:25 | Re: [PATCHES] Infrastructure changes for recovery |