Re: Problem with rule and null value

Поиск
Список
Период
Сортировка
От Harald Armin Massa
Тема Re: Problem with rule and null value
Дата
Msg-id 7be3f35d041024031266ba39dd@mail.gmail.com
обсуждение исходный текст
Ответ на Problem with rule and null value  (Marc Boucher <marcb@box100.com>)
Список pgsql-bugs
>    ON UPDATE TO album WHERE new.pls_id != old.pls_id

> It works until new.pls_id or old.pls_id is null. The rule is still called
> (based on my test), but the "DO" query is not executed correctly. The
> values in "album_edit" are not updated.


To compare "NULL" to something is allways a bad idea. The behaviour in
Postgres is exactly as documented and specified within the
SQL-standard.

BUT... that is quite different from what you would expect.

To test on "NULL" values within SQL only "is null" is helpfull.

I would strongly recommend to you to read the appropriate chapters
about Null-Values. It seems strange at first but managable.

Harald

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Harald Armin Massa
Дата:
Сообщение: Re: Beta3 much slower than Beta2
Следующее
От: Harald Armin Massa
Дата:
Сообщение: Re: select() failed in statistics collector