Re: not null - trivial, unexpected behavior

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: not null - trivial, unexpected behavior
Дата
Msg-id Pine.LNX.4.30.0106161820100.755-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: not null - trivial, unexpected behavior  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: not null - trivial, unexpected behavior  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
I wrote:

[ x = NULL vs. x != NULL ]
> > What am i missing?  Shouldn't those two sets be complimentary?
>
> They should.

Correction:  Each Boolean expression can have one of *three* values: true,
false, unknown (null).  So those two sets will not be "complimentary" in
the traditional sense because both expressions _should_ (modulo the
information I pointed you to) return "unknown".

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: not null - trivial, unexpected behavior
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: calling user defined function with parameters..