Re: Grant tables cascade to sequence?

Поиск
Список
Период
Сортировка
От Craig James
Тема Re: Grant tables cascade to sequence?
Дата
Msg-id CAFwQ8rchp4FYCdbHOGz4iHDpc81zBaDR-wu8CaH6W0aN1LEvtg@mail.gmail.com
обсуждение исходный текст
Ответ на Grant tables cascade to sequence?  (Rural Hunter <ruralhunter@gmail.com>)
Список pgsql-admin
On Thu, Mar 28, 2013 at 10:56 PM, Rural Hunter <ruralhunter@gmail.com> wrote:
Hi,

I encounter the same issue often: Granted update/insert to an user but forgot to grant it on the related sequence. It's hard to understand that an user has write access on table but not on necessary sequences. I think the grant on tables should cascade to related sequences. What do you think?

Wouldn't it make more sense for the grant on the table to fail with an appropriate error message?  That would solve your problem, and it wouldn't be making security assumptions.  Cascading permissions seems like a recipe for trouble.

Craig

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

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: Grant tables cascade to sequence?
Следующее
От: JotaComm
Дата:
Сообщение: Problems with Streaming Replication and PostgreSQL 9.2.2