Re: BUG #3265: 8.1 -> 8.2 behviour change: View owner must have access to underlying tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Russell Smith" <mr-russ(at)pws(dot)com(dot)au>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3265: 8.1 -> 8.2 behviour change: View owner must have access to underlying tables
Date: 2007-05-10 05:15:24
Message-ID: 7186.1178774124@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Russell Smith" <mr-russ(at)pws(dot)com(dot)au> writes:
> CREATE view v1 as select * from t1;
> ALTER TABLE v1 OWNER TO "USER";

See thread here:
http://archives.postgresql.org/pgsql-hackers/2006-04/msg01138.php
and patch here:
http://archives.postgresql.org/pgsql-committers/2006-09/msg00101.php

This was not back-patched because it seemed like too much of a behavior
change for stable branches.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jack Ho 2007-05-10 06:26:41 Is PostgresSQL supported in Windows Vista?
Previous Message Adam Kunen 2007-05-10 05:11:41 Re: BUG #3264: SPI: int64's sometimes returned by value sometimes by reference