Re: Re: very big problem with NULL - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Re: very big problem with NULL
Date
Msg-id 20010613082535.C20924@wolff.to
Whole thread Raw
In response to Re[2]: Re: very big problem with NULL  (Alexey Borzov <borz_off@rdw.ru>)
List pgsql-general
On Wed, Jun 13, 2001 at 04:33:40PM +0400,
>
> newweb=# select version();
>                                version
> ---------------------------------------------------------------------
>  PostgreSQL 7.1.2 on i686-pc-linux-gnu, compiled by GCC egcs-2.91.66
> (1 row)
>
> newweb=# select null=null;
>  ?column?
> ----------
>  t
> (1 row)

This is even stranger:

area=> select null<>null;
 ?column?
----------

(1 row)


pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Exploring sequences (sequence context within a tran saction)
Next
From: jdassen@cistron.nl (J.H.M. Dassen (Ray))
Date:
Subject: Re: Unix time stamp function?