concatenate text

Поиск
Список
Период
Сортировка
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 по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: Upgrading from 7.4 to 8.0.1
Следующее
От: David Fetter
Дата:
Сообщение: Re: concatenate text