Re: Question on notifications

From: Alexander Reichstadt <info(at)apfeltaste(dot)net>
To: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Question on notifications
Date: 2012-04-30 13:48:45
Message-ID: D552E819-736B-4930-80F6-D0A5360F1A46@apfeltaste.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank you. You don't get the error, because you called FOR EACH ROW EXECUTE, which I didn't. I fixed it, it all works now!

Am 30.04.2012 um 14:58 schrieb Albe Laurenz:

> CREATE TRIGGER t1_trig AFTER INSERT OR UPDATE OR DELETE ON t1
> FOR EACH ROW EXECUTE PROCEDURE notify_trigger();

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2012-04-30 15:12:26 Re: Listen and Notify
Previous Message Albe Laurenz 2012-04-30 12:58:58 Re: Question on notifications