Re: comparing rows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: comparing rows
Дата
Msg-id 7364.965310935@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: comparing rows  (Magnus Hagander <mha@sollentuna.net>)
Ответы Re: comparing rows  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Magnus Hagander <mha@sollentuna.net> writes:
> Summary of MS:
> When it runs in ANSI mode, null != null.
> When it runs in backwards compatible mode , null=null.

Oh, that's interesting, they fixed their bug.

foo = NULL should produce NULL (*not* true, and *not* false either,
though it'd act like false in a CASE test).

Here is one vote for ripping out our parser kluge and making null act
like it should according to the spec.  Comments?
        regards, tom lane


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: comparing rows
Следующее
От: Don Baccus
Дата:
Сообщение: Re: comparing rows