Re: plpgsql string concatanation - Mailing list pgsql-general

From
Subject Re: plpgsql string concatanation
Date
Msg-id 64947.66.212.203.144.1070028163.squirrel@$HOSTNAME
Whole thread Raw
In response to Re: plpgsql string concatanation  ("Chris Travers" <chris@travelamericas.com>)
List pgsql-general
> One thing that I always have to remind myself of is this:
>
> string || NULL  is NULL.
> It is usually a good idea to use coalesce() unless you want this to
> happen.
>

See my recent post at

http://www.brasileiro.net/postgres/cookbook/view-one-recipe.adp?recipe_id=24725

(and in general, everyone here who hasn't looked at
 http://www.brasileiro.net/postgres/cookbook/
should review all the great goodies posted there).

~Berend Tober




pgsql-general by date:

Previous
From: "Chris Travers"
Date:
Subject: Re: plpgsql string concatanation
Next
From: "Craig O'Shannessy"
Date:
Subject: Re: disaster recovery