MySql Concat function equivalent - Mailing list pgsql-novice

From Vaduvoiu Tiberiu
Subject MySql Concat function equivalent
Date
Msg-id 649156.41437.qm@web51301.mail.re2.yahoo.com
Whole thread Raw
Responses Re: MySql Concat function equivalent  (Thom Brown <thom@linux.com>)
List pgsql-novice
Is there any way to create a postgresql function that would take unlimited parameters like mysql's concat()? Currently my application was calling the concat function with parameters comming from php...something like "select concat(".implode(',',array)."). So without having a predefined number of parameters, I would need a function that could be able to concatenate the fields no matter how many they are. Is this possible?

pgsql-novice by date:

Previous
From: Frank Bax
Date:
Subject: Re: Selecting the last 2 rows of a table
Next
From: Thom Brown
Date:
Subject: Re: MySql Concat function equivalent