Re: Proposal: move column defaults into pg_attribute along with attacl

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Proposal: move column defaults into pg_attribute along with attacl
Дата
Msg-id 20080928185141.GA28076@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Proposal: move column defaults into pg_attribute along with attacl  (Markus Wanner <markus.wanner@programmfabrik.de>)
Ответы Re: Proposal: move column defaults into pg_attribute along with attacl
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Infrastructure changes for recovery
Следующее
От: pgsql@mohawksoft.com
Дата:
Сообщение: Ad-hoc table type?