Re: grant oddity
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruno Wolff III <bruno@wolff.to>
Cc: pgsql-bugs@postgresql.org
Date: 2000-12-15T17:47:54Z
Lists: pgsql-bugs
Bruno Wolff III <bruno@wolff.to> writes: > The problem is that when access is granted explicitly, the implicit access > by the owner of the object (at least for select) is lost. The work around > is to also give explicit access to the owner. Right. This is a known bug --- it's fixed in 7.1beta1. regards, tom lane