Re: string || NULL ambiguity

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: string || NULL ambiguity
Дата
Msg-id 20030319204639.GD4207@dcc.uchile.cl
обсуждение исходный текст
Ответ на string || NULL ambiguity  (Oleg Bartunov <oleg@sai.msu.su>)
Ответы Re: string || NULL ambiguity  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
On Wed, Mar 19, 2003 at 10:26:05PM +0300, Oleg Bartunov wrote:

> we have a little problem in new version of tsearch we're currently
> working. We've implemented concatenation operation for txtidx type
> and treat concatenation with NULL as NULL (as it should be).
> But people get confused with such behaivour. Do we obliged to
> follow NULL rule ? It seems more natural in case of text searching to treat
> stringA||NULL as stringA.

Why don't you just enclose the possibly NULL fields in COALESCE?

stringA||COALESCE(NULL, '')

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Para tener mas hay que desear menos"


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

Предыдущее
От: mlw
Дата:
Сообщение: MySQL at .NET conference
Следующее
От: Bruce Momjian
Дата:
Сообщение: Change for multiple queries in a string