Re: Values list-of-targetlists patch for comments (was Re: [PATCHES] 8.2 features?) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Values list-of-targetlists patch for comments (was Re: [PATCHES] 8.2 features?)
Date
Msg-id 16717.1154465254@sss.pgh.pa.us
Whole thread Raw
In response to Re: Values list-of-targetlists patch for comments (was Re: [PATCHES] 8.2 features?)  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Does it work if you do

> regression=# create rule r2 as on update to src do
> regression-# insert into log values(old.f1, old.f2, 'old'), (new.f1, new.f2, 'new');

No, that's not the problem.  "*" expansion works just fine here, it's
the executor that can't deal with the resulting Vars.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: Values list-of-targetlists patch for comments (was Re: [PATCHES]
Next
From: Hannu Krosing
Date:
Subject: Re: Hash indexes