Re: bug in permission handling?

Gavin Sherry <swm@linuxworld.com.au>

From: Gavin Sherry <swm@linuxworld.com.au>
To: Tom Lane <tgl@sss.pgh.pa.us>
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-26T08:09:32Z
Lists: pgsql-hackers
On Sat, 26 Jan 2002, Tom Lane wrote:

> 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...

Argh. Of course, my bad.

Gavin