From: | Boxuan Zhai <bxzhai2010(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | ask for review of MERGE |
Date: | 2010-09-23 10:31:22 |
Message-ID: | AANLkTimO76gBRQ789Scs8GM9yMtDZS63QiyYrS4LsVdJ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Dear All,
I have just generate a new patch of MERGE command.
One main change in this edition is the removal of RASIE ERROR action from
MEREG, because its semantics is not well defined yet.
I also rewrote the regress test file merge.sql, to make it consistent with
the examples I used in my wiki page.
Some little (error and warning) bugs are fixed.
In this patch, all the main features of MERGE (sublinks, explain, rule and
trigger, inheritance) are not changed. And so is the DO NOTHING action.
I do wish the MERGE command can be added into psql 9.1. And I wonder what
improvement should be made on current edition.
Could you please have a review on this patch, if you have time and interest?
Your feedback will be highly appreciated.
Thanks
Yours Boxuan
Attachment | Content-Type | Size |
---|---|---|
merge_v202.patch | application/octet-stream | 104.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Thom Brown | 2010-09-23 10:59:19 | Re: ask for review of MERGE |
Previous Message | Pavel Stehule | 2010-09-23 09:55:21 | Re: Per-column collation, work in progress |