| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
| Cc: | Joe Conway <mail(at)joeconway(dot)com>, "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Values list-of-targetlists patch for comments (was Re: [PATCHES] 8.2 features?) |
| Date: | 2006-08-01 20:47:34 |
| Message-ID: | 16717.1154465254@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs pgsql-hackers pgsql-patches |
Alvaro Herrera <alvherre(at)commandprompt(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-08-01 23:16:35 | Re: Values list-of-targetlists patch for comments (was Re: [HACKERS] 8.2 features?) |
| Previous Message | Joe Conway | 2006-08-01 20:41:28 | Re: Values list-of-targetlists patch for comments (was Re: [PATCHES] |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Hannu Krosing | 2006-08-01 21:22:32 | Re: Hash indexes |
| Previous Message | Joe Conway | 2006-08-01 20:41:28 | Re: Values list-of-targetlists patch for comments (was Re: [PATCHES] |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | korryd@enterprisedb.com | 2006-08-01 21:36:33 | Re: Replication Documentation |
| Previous Message | Joe Conway | 2006-08-01 20:41:28 | Re: Values list-of-targetlists patch for comments (was Re: [PATCHES] |