Re: More aggregate functions?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: More aggregate functions?
Дата
Msg-id 10869.1081350146@sss.pgh.pa.us
обсуждение исходный текст
Ответ на More aggregate functions?  (David Garamond <lists@zara.6.isreserved.com>)
Ответы Re: More aggregate functions?  ("P.J. \"Josh\" Rovero" <rovero@sonalysts.com>)
Re: More aggregate functions?  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-general
David Garamond <lists@zara.6.isreserved.com> writes:
> What do people think of adding some more aggregate functions. These are
> the ones that MySQL has and PG doesn't:

> - STD/STDDEV
> - VARIANCE

Have you read the documentation lately?

> - BIT_OR
> - BIT_AND
> - GROUP_CONCAT (for strings, added in MySQL 4.x)

Unless these are doing something I don't see, they should be easily
writable using CREATE AGGREGATE.

            regards, tom lane

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

Предыдущее
От: Alexander Cohen
Дата:
Сообщение: How to list domains
Следующее
От: Mike Nolan
Дата:
Сообщение: Re: Can we have time based triggers in Postgresql??