Re: bug in permission handling? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bug in permission handling?
Date
Msg-id 6178.1011024906@sss.pgh.pa.us
Whole thread Raw
In response to bug in permission handling?  (Martin Renters <martin@datafax.com>)
Responses Re: bug in permission handling?  ("Matthew T. O'Connor" <matthew@zeut.net>)
List pgsql-hackers
Martin Renters <martin@datafax.com> writes:
> Isn't it possible for PostgreSQL to delete permissions on tables when a
> user gets deleted?

Not as long as users span multiple databases.  The deleting backend
can't even get to the other databases in which the user might have
permissions.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: articles [was: mysql-pgsql comparison]
Next
From: Martin Renters
Date:
Subject: Re: bug in permission handling?