Re: How do you do the opposite of regexp_split_to_table?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: How do you do the opposite of regexp_split_to_table?
Дата
Msg-id 1280867576-sup-2555@alvh.no-ip.org
обсуждение исходный текст
Ответ на How do you do the opposite of regexp_split_to_table?  (John Gage <jsmgage@numericable.fr>)
Список pgsql-sql
Excerpts from John Gage's message of mar ago 03 16:21:58 -0400 2010:

> Grouping by summing numerical fields seems to be straightforward, but  
> grouping by concatenating text fields escapes my search of the  
> documentation.

You can create a new custom aggregate function that does this.  It's
pretty straightforward.  There are examples in the archives (search for
text_concat), but there's also a more modern way involving array_agg and
array_to_string.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: John Gage
Дата:
Сообщение: How do you do the opposite of regexp_split_to_table?
Следующее
От: Jedrin
Дата:
Сообщение: join table problem