Drop user doesn't drop granted privs? - Mailing list pgsql-general

From Pete Deffendol
Subject Drop user doesn't drop granted privs?
Date
Msg-id a1db1de60601061455k6aa46f39oee71ddc4c9f6031b@mail.gmail.com
Whole thread Raw
Responses Re: Drop user doesn't drop granted privs?  (Stephen Frost <sfrost@snowman.net>)
Re: Drop user doesn't drop granted privs?  (Jaime Casanova <systemguards@gmail.com>)
List pgsql-general
Correct me if I'm wrong, but it seems that PostgreSQL 7.4 does not remove a user's privileges on tables when that user is dropped.  The privileges are still showing up if I do a \z in psql, but with the SYSID instead of the username (obviously, since the username doesn't exist.)  Is there an easy way to remove the privileges, either at the same time a user is dropped, or afterwards?

Pete

pgsql-general by date:

Previous
From: SunWuKung
Date:
Subject: contrib library in windows
Next
From: Stephen Frost
Date:
Subject: Re: Drop user doesn't drop granted privs?