Re: AW: AW: [HACKERS] isnull() or is it?t - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: AW: AW: [HACKERS] isnull() or is it?t
Date
Msg-id 199812091508.KAA10104@candle.pha.pa.us
Whole thread Raw
In response to AW: AW: [HACKERS] isnull() or is it?t  (Zeugswetter Andreas IZ5 <Andreas.Zeugswetter@telecom.at>)
List pgsql-hackers
> 
>     >Zeugswetter Andreas IZ5 wrote:
>     >> 
>     >>         > isnull() is on our TODO list.
>     >> 
>     >>         It should be called NVL() from "Null VaLue" like in
> Oracle and
>     >> Informix.
>     >>         isnull() would suggest a boolean return value to me.
>     >> 
>     >
>     >
>     >With SyBase, IsNull(X,Y) returns X if X is not null, and Y
>     >if X is null.
> 
>     Yes, the difference is only the name of the function.

isnull() is used by Ingres.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: AW: [HACKERS] isnull() or is it?t
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] plTcl test failed