Re: [PATCH] DefaultACLs

Поиск
Список
Период
Сортировка
От Petr Jelinek
Тема Re: [PATCH] DefaultACLs
Дата
Msg-id 4A986158.2040406@pjmodos.net
обсуждение исходный текст
Ответ на Re: [PATCH] DefaultACLs  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCH] DefaultACLs  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
I had some time to work on this patch, and I implemented the ALTER 
DEFAULT PRIVILEGES syntax as proposed by Tom and adjusted some other 
stuff, but before I can submit the new patch for commitfest there is 
still this fundamental issue about how it should behave.

The situation is as following. Josh's and Stephen's idea was basically 
to solve something like this: you are a dba, you give some users 
privileges to create tables and you want those new tables to have same 
privileges no matter who created them.
But if I understood Tom's suggestions correctly then his approach does 
not solve this at all since every one of those users with CREATE TABLE 
privileges would have to also set same DEFAULT PRIVILEGES and the dba 
would have no say in the matter.

I personally can see use cases for both but I don't really see any 
reasonable way to have both at the same time.

-- 
Regards
Petr Jelinek (PJMODOS)



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Linux LSB init script
Следующее
От: David Fetter
Дата:
Сообщение: Re: Linux LSB init script