From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Tom" <tom(dot)zschockelt(at)flender(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #2032: grant role bug |
Date: | 2005-11-09 15:38:00 |
Message-ID: | 15659.1131550680@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
"Tom" <tom(dot)zschockelt(at)flender(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Joel Stevenson | 2005-11-09 15:44:01 | Re: BUG #2033: Assertion Failure: File: "procarray.c", |
Previous Message | Joel Stevenson | 2005-11-09 15:19:17 | BUG #2033: Assertion Failure: File: "procarray.c", Line: 492 |