BUG of ACL?

Поиск
Список
Период
Сортировка
От
Тема BUG of ACL?
Дата
Msg-id 4342934.1056082067699.JavaMail.postfix@mx22.mail.sohu.com
обсуждение исходный текст
Список pgsql-bugs
My postgresql version is 7.2.1, i found a user's acl information remained when i deleted the user.


login as a superuser(postgres).
create a table called films in currnet database.
create a user called filmuser.
grant select on films to filmuser.

filmuser now can select on films.

delete filmuser.
create user filmuser again with same sysid as the privious one.

i find the new filmuser can select on table films, without granting statement excuted.

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

Предыдущее
От: Claudio Sartori
Дата:
Сообщение: Posgres bug report
Следующее
От: Theodore Petrosky
Дата:
Сообщение: Re: Posgres bug report