Re: Handling NULL records in plpgsql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Handling NULL records in plpgsql
Дата
Msg-id 23058.1224911914@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Handling NULL records in plpgsql  (Decibel! <decibel@decibel.org>)
Список pgsql-hackers
Decibel! <decibel@decibel.org> writes:
> ... I would argue that rowvar_b IS NOT NULL should be false and rowvar_a  
> IS NOT NULL should be true.

While I don't necessarily disagree with you about what is sane, what
is required by the SQL spec seems pretty clear here.
        regards, tom lane


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

Предыдущее
От: Decibel!
Дата:
Сообщение: Re: Handling NULL records in plpgsql
Следующее
От: Decibel!
Дата:
Сообщение: Re: Regression in IN( field, field, field ) performance