Re: NULL safe equality operator - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: NULL safe equality operator
Date
Msg-id 4386C0B0.8080104@familyhealth.com.au
Whole thread Raw
In response to Re: NULL safe equality operator  (Michael Glaesemann <grzm@myrealbox.com>)
Responses Re: NULL safe equality operator  (Michael Glaesemann <grzm@myrealbox.com>)
Re: NULL safe equality operator  (Peter Eisentraut <peter_e@gmx.net>)
List 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



pgsql-hackers by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: NULL safe equality operator
Next
From: Michael Glaesemann
Date:
Subject: Re: NULL safe equality operator