"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