Re: Problem with null dates in 7.2

From: Hans-Juergen Schoenig <hs(at)cybertec(dot)at>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with null dates in 7.2
Date: 2002-02-14 17:01:31
Message-ID: 3C6BED6B.8C495BB@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Griffiths wrote:

> Shouldn't you be using,
>
> SELECT * FROM foo WHERE bar_date IS NULL?
>
> "= null" got phased out, I believe.
>
> David
>

There is a parameterin postgresql.conf where you can turn the old behaviour on.

hans

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-02-14 17:10:53 Re: [GENERAL] Postgres 7.2 - Updating rows in cursor problem
Previous Message Andrew Gould 2002-02-14 17:00:20 Re: PRIMARY KEY and UNIQUE