Re: bug in permission handling?

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Gavin Sherry <swm@linuxworld.com.au>
Cc: Peter Eisentraut <peter_e@gmx.net>, "Matthew T. O'Connor" <matthew@zeut.net>, Martin Renters <martin@datafax.com>, pgsql-hackers@postgresql.org
Date: 2002-01-26T06:24:29Z
Lists: pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> I was going to run up a patch for this, but it wold be premature given
> the introduction of schemas in 7.3. Once implemented, it would be trivial
> to add a test of schema ownership and incorporate this into the idea
> above.

Unfortunately, looking into databases you aren't connected to is far
from trivial.  As long as users span multiple databases this problem
is not really soluble...

			regards, tom lane