"Andrew White" <[EMAIL PROTECTED]> writes:
> I came across an interesting issue regarding views and ownership that I
> think may be a bug in PG. I am using PG 8.2.3 on SuSE Linux.
AFAICS this is behaving as intended, because you did not grant select on
the underlying table to the owner of the v
The following bug has been logged online:
Bug reference: 3089
Logged by: Andrew White
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.3
Operating system: SuSE Linux 9
Description:View/Table Creation/Ownership Bug
Details:
To Whom It May Concern,
I came acr