Re: Grant tables cascade to sequence? - Mailing list pgsql-admin

From Craig James
Subject Re: Grant tables cascade to sequence?
Date
Msg-id CAFwQ8rchp4FYCdbHOGz4iHDpc81zBaDR-wu8CaH6W0aN1LEvtg@mail.gmail.com
Whole thread Raw
In response to Grant tables cascade to sequence?  (Rural Hunter <ruralhunter@gmail.com>)
List 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 by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: Grant tables cascade to sequence?
Next
From: JotaComm
Date:
Subject: Problems with Streaming Replication and PostgreSQL 9.2.2