Re: [BUGS] BUG #3089: View/Table Creation/Ownership Bug

2007-03-01 Thread Tom Lane
"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

[BUGS] BUG #3089: View/Table Creation/Ownership Bug

2007-03-01 Thread Andrew White
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