Re: NVL vs COALESCE

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Michael Glaesemann <grzm(at)myrealbox(dot)com>
Cc: Marcus Engene <mengpg(at)engene(dot)se>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: NVL vs COALESCE
Date: 2005-11-24 12:43:57
Message-ID: 4385B58D.3090804@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

If we're going to do that we should add IFNULL() from MySQL as well...

Chris

Michael Glaesemann wrote:
>
> On Nov 24, 2005, at 21:21 , Marcus Engene wrote:
>
>> When we're having an alias discussion, I'd really like to see NVL in
>> postgres. Not because of porting from oracle as much as just spelling
>> that without the reference manual is completely impossible.
>
>
> NVL: what a very unfortunate spelling. (NULL VaLue? NULL Valued Logic?
> Named Very Loosely? Someone help me here :) ) AFAICT, COALESCE is SQL
> standard, while NVL isn't. I think an index entry might be a good idea.
>
> Michael Glaesemann
> grzm myrealbox com
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2005-11-24 14:06:17 Re: PL/php in pg_pltemplate
Previous Message Michael Glaesemann 2005-11-24 12:38:25 Re: NVL vs COALESCE