Re: CONCAT function - Mailing list pgsql-general

From Marek Lewczuk
Subject Re: CONCAT function
Date
Msg-id 000b01c37c59$8a49c5d0$4701a8c0@marek
Whole thread Raw
In response to Re: CONCAT function  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Responses Re: CONCAT function  (Csaba Nagy <nagy@ecircle-ag.com>)
List 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 by date:

Previous
From: "Shridhar Daithankar"
Date:
Subject: Re: CONCAT function
Next
From: "scott.marlowe"
Date:
Subject: Re: Odd behaviour -- Index scan vs. seq. scan