Re: BUG #2032: grant role bug - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2032: grant role bug
Date
Msg-id 15659.1131550680@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2032: grant role bug  ("Tom" <tom.zschockelt@flender.com>)
List pgsql-bugs
"Tom" <tom.zschockelt@flender.com> writes:
> GRANT usage on SCHEMA usermgr to g_usermgr_use;
> GRANT select on table a to g_usermgr;
> GRANT select on table b to g_usermgr;

Perhaps you meant to grant those select privileges to g_usermgr_use ?

Also, are you sure you were granting privileges on usermgr.a, and not
some other table named A in a different schema?

If you want us to believe this doesn't work, you'll need to send an
exact transcript of what you did (copy and paste from a terminal window
works well), not a rather handwavy description that might or might not
contain errors.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Joel Stevenson"
Date:
Subject: BUG #2033: Assertion Failure: File: "procarray.c", Line: 492
Next
From: Tom Lane
Date:
Subject: Re: BUG #2033: Assertion Failure: File: "procarray.c", Line: 492