From: | <ylh82(at)sohu(dot)com> |
---|---|
To: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | BUG of ACL? |
Date: | 2003-06-20 04:07:47 |
Message-ID: | 4342934.1056082067699.JavaMail.postfix@mx22.mail.sohu.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Kallol Nandi | 2003-06-20 07:23:05 | JDBC in PostgreSql for Linux |
Previous Message | Enke, Michael | 2003-06-19 13:40:37 | again: Bug #943: Server-Encoding from EUC_TW to utf-8 doesn'twork |