Re: NULL safe equality operator

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Michael Glaesemann <grzm(at)myrealbox(dot)com>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: NULL safe equality operator
Date: 2005-11-25 07:43:44
Message-ID: 4386C0B0.8080104@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Yeah, I saw your commit. Nice shortcut. Also didn't know you could
> define operators using SQL functions. Tom's suggestion of NOT (a
> DISTINCT FROM b) is really cool. Much cleaner in my opinion. I learn a
> lot from these lists :)

Needs to return 0 or 1 though.

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Glaesemann 2005-11-25 07:55:37 Re: NULL safe equality operator
Previous Message Michael Glaesemann 2005-11-25 07:42:05 Re: NULL safe equality operator