Re: [GENERAL] weird problem with grants

2005-10-10 Thread Tom Lane
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

Re: [GENERAL] weird problem with grants

2005-10-10 Thread Scott Marlowe
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

[GENERAL] weird problem with grants

2005-10-10 Thread Dick Kniep
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