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

From Stephen Frost
Subject Re: Drop user doesn't drop granted privs?
Date
Msg-id 20060106230928.GA6026@ns.snowman.net
Whole thread Raw
In response to Drop user doesn't drop granted privs?  (Pete Deffendol <peter.deffendol@gmail.com>)
List pgsql-general
* Pete Deffendol (peter.deffendol@gmail.com) wrote:
> 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?

8.1 has improvments in this area...

    Thanks,

        Stephen

Attachment

pgsql-general by date:

Previous
From: Pete Deffendol
Date:
Subject: Drop user doesn't drop granted privs?
Next
From: Ian Harding
Date:
Subject: Re: Reordering columns in a table