Tom Lane wrote:
"Russell Smith" <[EMAIL PROTECTED]> 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.
Thanks,

I forgot the link between RULES and views.

But this also means that a super user is not really a super user anymore. Are we comfortable with this redefinition?

Russell
                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster



---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

              http://archives.postgresql.org

Reply via email to