concatenate text - Mailing list pgsql-general

From Sterpu Victor
Subject concatenate text
Date
Msg-id 431B8A9E.6010409@ambra.ro
Whole thread Raw
Responses Re: concatenate text
Re: concatenate text
Re: concatenate text
List pgsql-general
Can I do something like this?
SELECT sum(name) FROM table;

Where name is a text field.
I know 'sum' doesn't work, but is there another solution?
'||' is not good because it will take just 2 arguments.

Thank you.

pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: Upgrading from 7.4 to 8.0.1
Next
From: David Fetter
Date:
Subject: Re: concatenate text