Re: aggregate functions only for numbers?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: aggregate functions only for numbers?
Дата
Msg-id 21535.1013145061@sss.pgh.pa.us
обсуждение исходный текст
Ответ на aggregate functions only for numbers?  (David Eduardo Gomez Noguera <davidgn@servidor.unam.mx>)
Список pgsql-hackers
David Eduardo Gomez Noguera <davidgn@servidor.unam.mx> writes:
> I wanted to make a query of name,birth date and phones, and have them
> grouped by name (so the name appeared only once) to get something like

You could probably do what you want with a custom aggregate.  This is
discussed in the mail list archives, and I think there is an article
about it on techdocs.postgresql.org.
        regards, tom lane


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

Предыдущее
От: David Eduardo Gomez Noguera
Дата:
Сообщение: aggregate functions only for numbers?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.2 - changed array_out() - quotes vs no quotes