Re: BUG #1568: concat

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #1568: concat
Дата
Msg-id 200504030110.j331AJQ21786@candle.pha.pa.us
обсуждение исходный текст
Ответ на BUG #1568: concat  ("helman" <123@123.com>)
Список pgsql-bugs
helman wrote:
>
> The following bug has been logged online:
>
> Bug reference:      1568
> Logged by:          helman
> Email address:      123@123.com
> PostgreSQL version: 8.0
> Operating system:   linux
> Description:        concat
> Details:
>
> concat no accept null

Concatting a NULL returns a NULL.  You might want to use COALESCE() to
return '' for NULL in the concat.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG in pg_autovacuum - with patch
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1570: Double quotes in all field/table names must be