Re: Can I assume there's only one _RETURN rule? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Can I assume there's only one _RETURN rule?
Date
Msg-id 20060818030109.GD32181@alvh.no-ip.org
Whole thread Raw
In response to Re: Can I assume there's only one _RETURN rule?  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera wrote:

> On the other hand it doesn't break CVS tip at all, i.e. I can perfectly
> create the view and it works.  (I can even call it "*NEW*").

Actually CVS tip seems a bit broken,

alvherre=# \d "*NEW*"      Vista «public.*NEW*»Columna |  Tipo   | Modificadores 
---------+---------+---------------a       | integer | 
Definición de vista:SELECT public.old.a  FROM "*OLD*";

note the "public.old.a".  The culprit seems to be get_target_list, but
I see that 8.1 behaves the same (and given your reply I guess it's been
like that for a long time.)

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Can I assume there's only one _RETURN rule?
Next
From: Peter Eisentraut
Date:
Subject: Re: Autovacuum on by default?