Re: plpgsql string concatanation

From: <btober(at)seaworthysys(dot)com>
To: <chris(at)travelamericas(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: plpgsql string concatanation
Date: 2003-11-28 14:02:43
Message-ID: 64947.66.212.203.144.1070028163.squirrel@$HOSTNAME
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thierry Missimilly 2003-11-28 14:19:36 Re: What is WAL used for?
Previous Message Craig O'Shannessy 2003-11-28 13:57:49 Re: disaster recovery