Re: bug or feature, || -operator and NULLs

From: "Mario Weilguni" <mario(dot)weilguni(at)icomedias(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: bug or feature, || -operator and NULLs
Date: 2006-10-18 13:15:01
Message-ID: FA095C015271B64E99B197937712FD020E4B0DE4@freedom.grz.icomedias.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
>If you want this behaviour you will have to explicitly handle it with
COALESCE().
>
>regards,
>Lukas

True. But there's a point where oracle is really better here, they named
"coalesce" "nvl" => a lot easier to type ;-)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Csaba Nagy 2006-10-18 13:16:56 Re: bug or feature, || -operator and NULLs
Previous Message Andrew Dunstan 2006-10-18 13:13:30 Re: bug or feature, || -operator and NULLs