Re: plpgsql string concatanation

Поиск
Список
Период
Сортировка
От
Тема Re: plpgsql string concatanation
Дата
Msg-id 64947.66.212.203.144.1070028163.squirrel@$HOSTNAME
обсуждение исходный текст
Ответ на Re: plpgsql string concatanation  ("Chris Travers" <chris@travelamericas.com>)
Список 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 по дате отправления:

Предыдущее
От: "Chris Travers"
Дата:
Сообщение: Re: plpgsql string concatanation
Следующее
От: "Craig O'Shannessy"
Дата:
Сообщение: Re: disaster recovery