Re: ERROR: Conditional NOTIFY is not implemented

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: davileal(at)terra(dot)es
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: Conditional NOTIFY is not implemented
Date: 2002-03-02 17:29:04
Message-ID: 15105.1015090144@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Davi Leal <davileal(at)terra(dot)es> writes:
> test=# DELETE FROM prod WHERE id=1;
> ERROR: Conditional NOTIFY is not implemented

7.2 allows this, as did 7.0 and before.

Conditional NOTIFY still isn't implemented, but you'll get an
unconditional notify instead (ie, NOTIFY whether or not any rows match
the DELETE's WHERE condition). This was the unintentional behavior of
older releases. It was "fixed" in 7.1, but people complained; the
not-quite-correct behavior is more useful than no behavior at all.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ben 2002-03-02 17:40:01 Re: [GENERAL] where is my bottleneck?
Previous Message Serkan Bektaş 2002-03-02 15:55:01 HELP!.. "semget(key=2, num=17, 03600) failed: No space left on device"