Re: CONCAT function

Поиск
Список
Период
Сортировка
От Marek Lewczuk
Тема Re: CONCAT function
Дата
Msg-id 000b01c37c59$8a49c5d0$4701a8c0@marek
обсуждение исходный текст
Ответ на Re: CONCAT function  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Ответы Re: CONCAT function  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-general
>
> text concat(text,text)
>
>  return text1 || text2
>

If it would be so simple I would not write to this group. You see,
CONCAT function doesn't have any arguments limitations, so there could
be one, two or more arguments. And this is my problem, how to write
function without given arguments number.




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

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: CONCAT function
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Odd behaviour -- Index scan vs. seq. scan