Re: Bug #638: Buggy select statment with numeric

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #638: Buggy select statment with numeric
Дата
Msg-id 14990.1019487649@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #638: Buggy select statment with numeric  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
>> select * from t where n ISNULL;
>  n |      s
> ---+--------------
>    | asdasdasd
>    | qqqqqqqqqqqq
> (2 rows)

>> select * from t where n=NULL;
>  n | s
> ---+---
> (0 rows)

This is not a bug.

However, you can make 7.2 work in that braindead Microsoft-compatible
style if you wish to.  See the transform_null_equals parameter.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.2.1: pg_dump of UNIONed VIEWs broken
Следующее
От: Ian Morgan
Дата:
Сообщение: Re: 7.2.1: pg_dump of UNIONed VIEWs broken