From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Sajeev Mayandi <Sajeev_Mayandi(at)symantec(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: TRIGGER EVENT |
Date: | 2013-05-30 06:24:38 |
Message-ID: | 20130530062438.GC2548@eldon.alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Sajeev Mayandi wrote:
> Hi,
>
> I am process of porting from sybase to postgresql. Is there syntax equivalent of the TRIGGER EVENT Statement (Please see the sybase help for trigger event below) in Postgresql. NOTE the TRIGGER EVENT in sybase could be used to trigger an user defined event. I am not seeing any similar syntax or any equivalent syntax which behaves similar to it.
This seems similar to LISTEN / NOTIFY.
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Adeelusman | 2013-05-30 07:34:56 | Foreign Data Wrapper out of memory |
Previous Message | Sajeev Mayandi | 2013-05-30 06:16:22 | TRIGGER EVENT |