Dick Kniep <[EMAIL PROTECTED]> writes:
> We have a user 'x' that is member of group 'a'
> there is a sequence where
> Grant all on table schema.sequence to group 'a'
> But still I get a permission denied when I try to access the sequence as user
> 'x'.
Works fine for me, so you've omitted some
On Mon, 2005-10-10 at 16:37, Dick Kniep wrote:
> Hi list,
>
> I have a weird problem with grants. Probably I am forgetting something, but I
> simply don't understand it.
>
> We have a user 'x' that is member of group 'a'
> there is a sequence where
> Grant all on table schema.sequence to group
Hi list,
I have a weird problem with grants. Probably I am forgetting something, but I
simply don't understand it.
We have a user 'x' that is member of group 'a'
there is a sequence where
Grant all on table schema.sequence to group 'a'
But still I get a permission denied when I try to access t