Re: [HACKERS] A small problem with the new inet and cidr types - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: [HACKERS] A small problem with the new inet and cidr types
Date
Msg-id 363F0078.92A6348E@trust.ee
Whole thread Raw
In response to Re: [HACKERS] A small problem with the new inet and cidr types  (darcy@druid.net (D'Arcy J.M. Cain))
Responses Re: [HACKERS] A small problem with the new inet and cidr types
List pgsql-hackers
D'Arcy J.M. Cain wrote:
> 
> There may be cases where a function of a null is not null as some people
> have pointed out but so far no one has come up with a practical example.

isnull(field)

is_any_null(field1,field2,field3)

are_all_nulls(field1,field2,field3)

value_or_default(NULL,defaultvalue)

---------
Hannu


pgsql-hackers by date:

Previous
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: [HACKERS] A small problem with the new inet and cidr types
Next
From: Jason
Date:
Subject: RE: [GENERAL] Upcoming 6.4 release issues