Re: intagg

Поиск
Список
Период
Сортировка
От Andrew Bartley
Тема Re: intagg
Дата
Msg-id CAA3RN+wQsQVNDJ28G_jwiCUJdAXiOiUwEshSCiAEFHz5m4ewRA@mail.gmail.com
обсуждение исходный текст
Ответ на intagg  (Andrew Bartley <ambartley@gmail.com>)
Ответы Re: intagg  (Arjen Nienhuis <a.g.nienhuis@gmail.com>)
Список pgsql-general
Sorry that should be aggregate int_array_aggregate not function


On 20 June 2013 08:16, Andrew Bartley <ambartley@gmail.com> wrote:
Hi All,

I am trying to use the intagg extension. in 9.1.9

I have created the extension as such "CREATE EXTENSION intagg"

Then tried to use the function int_array_aggregate.

Returns this message

function int_array_aggregate(integer[]) does not exist

select int_array_aggregate(transactions) from x

x being

create table x (transactions int4[]);

Can anyone please advise..

Thanks

Andrew Bartley

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

Предыдущее
От: Andrew Bartley
Дата:
Сообщение: intagg
Следующее
От: "McGehee, Robert"
Дата:
Сообщение: Carry forward last observation