BUG #2109: NULL=NULL is false

From: "Micha Szelg" <msz(at)szel(dot)pl>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2109: NULL=NULL is false
Date: 2005-12-12 13:38:37
Message-ID: 20051212133837.680F9F0B4A@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2109
Logged by: Micha Szelg
Email address: msz(at)szel(dot)pl
PostgreSQL version: 7.4
Operating system: Linux / debian sarge
Description: NULL=NULL is false
Details:

select case when NULL=NULL then true else false end as column;

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2005-12-12 14:08:36 Re: BUG #2108: Function with OUT parameters not recognized, using plpgsql
Previous Message Tony 2005-12-11 23:57:05 BUG #2108: Function with OUT parameters not recognized, using plpgsql