Re: bug in permission handling?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Martin Renters <martin@datafax.com>
Cc: pgsql-hackers@postgresql.org
Date: 2002-01-14T16:15:06Z
Lists: 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