Re: ERROR: Conditional NOTIFY is not implemented

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: Conditional NOTIFY is not implemented
Дата
Msg-id 15105.1015090144@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: Conditional NOTIFY is not implemented  (Davi Leal <davileal@terra.es>)
Список 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 по дате отправления:

Предыдущее
От: Davi Leal
Дата:
Сообщение: ERROR: Conditional NOTIFY is not implemented
Следующее
От: Ben
Дата:
Сообщение: Re: where is my bottleneck?