Re: Replace NULL values

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Replace NULL values
Дата
Msg-id 20060907131850.GH3198@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Re: Replace NULL values  (Stefan Schwarzer <stefan.schwarzer@grid.unep.ch>)
Список pgsql-general
On Thu, Sep 07, 2006 at 01:39:06PM +0200, Stefan Schwarzer wrote:
>
> You're right with the "is" versus "=" for NULL values. Unfortunately
> the coding for the mapserver does not allow an "IS" statement.

There's a hack for this; you need to turn it on in the config file.
I think it's called allow_null_equals.  It's ugly, but it might solve
this problem for you.

A


--
Andrew Sullivan  | ajs@crankycanuck.ca
Unfortunately reformatting the Internet is a little more painful
than reformatting your hard drive when it gets out of whack.
        --Scott Morris

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

Предыдущее
От: Sim Zacks
Дата:
Сообщение: Re: Replace NULL values
Следующее
От: "Arturo Perez"
Дата:
Сообщение: Re: Problems with sequences