refint/acl problem

Поиск
Список
Период
Сортировка
От Kovacs Zoltan Sandor
Тема refint/acl problem
Дата
Msg-id Pine.LNX.4.05.10006222253250.31255-100000@pc10.radnoti-szeged.sulinet.hu
обсуждение исходный текст
Список pgsql-hackers
Reference integrity module seems to have a serious bug (I use 7.0).
Although the super user gave a SELECT permission to the simple user
on the table "a" and ALL permission on the table "c" (which references
to the table "a"), the simple user will get an

ERROR:  a: Permission denied.

message. My definitions:

test=# create table a(b serial);
test=# grant select on a to simpleuser;
test=# create table c(d int4 not null references a(b));
test=# grant all on c to simpleuser;

Any comments?

Regards,
Zoltan



В списке pgsql-hackers по дате отправления:

Предыдущее
От: teg@redhat.com (Trond Eivind Glomsrød)
Дата:
Сообщение: Re: Interesting mention of PostgreSQL in news
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: Interesting mention of PostgreSQL in news