Re: ERROR: Conditional NOTIFY is not implemented - Mailing list pgsql-general

From Tom Lane
Subject Re: ERROR: Conditional NOTIFY is not implemented
Date
Msg-id 15105.1015090144@sss.pgh.pa.us
Whole thread Raw
In response to ERROR: Conditional NOTIFY is not implemented  (Davi Leal <davileal@terra.es>)
List pgsql-general
Davi Leal <davileal@terra.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

pgsql-general by date:

Previous
From: Davi Leal
Date:
Subject: ERROR: Conditional NOTIFY is not implemented
Next
From: Ben
Date:
Subject: Re: where is my bottleneck?