From: | Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Triggers on columns |
Date: | 2009-09-14 09:58:55 |
Message-ID: | 20090914185155.E194.52131E4D@oss.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> wrote:
> Ok, the attached patch implements standard-compliant version of
> column trigger.
Here is an updated version of column-level trigger patch.
I forgot to adjust pg_get_triggerdef() in the previous version.
pg_dump also uses pg_get_triggerdef() instead of building
CREATE TRIGGER statements to avoid duplicated codes if the
server version is 8.5 or later.
Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center
Attachment | Content-Type | Size |
---|---|---|
standard-column-trigger-20090914.patch | application/octet-stream | 56.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2009-09-14 10:09:48 | Re: Issues for named/mixed function notation patch |
Previous Message | Heikki Linnakangas | 2009-09-14 09:41:55 | Re: Resjunk sort columns, Heikki's index-only quals patch, and bug #5000 |