Re: BUG #2032: grant role bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2032: grant role bug
Дата
Msg-id 15659.1131550680@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2032: grant role bug  ("Tom" <tom.zschockelt@flender.com>)
Список 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 по дате отправления:

Предыдущее
От: "Joel Stevenson"
Дата:
Сообщение: BUG #2033: Assertion Failure: File: "procarray.c", Line: 492
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2033: Assertion Failure: File: "procarray.c", Line: 492