Re: Library

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Library
Дата
Msg-id i7sgmi$f05$1@dough.gmane.org
обсуждение исходный текст
Ответ на Library  ("Charles Holleran " <scorpdaddy@hotmail.com>)
Список pgsql-novice
Charles Holleran, 28.09.2010 12:21:
> A nice string concatenation aggregator in pg would be nice. Is there
> one in 8.4? I've been using array_agg but it's not quite the same.

In 8.4 you can simply combine array_to_string() and and array_agg():

In 9.0 you can use string_agg()

Thomas



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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: Library
Следующее
От: "Rob Richardson"
Дата:
Сообщение: Timestamp confusion