Orafce concat operator

Поиск
Список
Период
Сортировка
От Yeb Havinga
Тема Orafce concat operator
Дата
Msg-id 4B72BCFB.5050508@gmail.com
обсуждение исходный текст
Ответы Re: Orafce concat operator  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
Hello list,

The Orafce compatibility package doesn't seem to have operators defined
(looked in the sql load file). The function I'm specifically interested
in, is Oracle's concatenation that regards a NULL as the empty string
and hence returns 'the other value'. This in contrast with Pg's || that
returns NULL if either of the operands is NULL. The Orafce package
contains a concat function with Oracle behaviour, however an operator is
missing.

Having an associative operator has benefits over having only a function,
since that would make translating expressions like 'monkey' || 'nut' ||
NULL easy.

What about adding something like operator ||| in the orafce package for
concat?

Regards,
Yeb Havinga


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

Предыдущее
От: Frank Joerdens
Дата:
Сообщение: Re: Locking referenced table when creating and dropping tables with foreign key constraints (SOLVED)
Следующее
От: Asher
Дата:
Сообщение: Re: Best way to handle multi-billion row read-only table?