intagg

Поиск
Список
Период
Сортировка
От Andrew Bartley
Тема intagg
Дата
Msg-id CAA3RN+wivOLYiNmU1x99cUtvYpLyhpUZR=saFjoqvZ_isYBJCQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: intagg  (Andrew Bartley <ambartley@gmail.com>)
Re: intagg  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
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 по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Problem with connection
Следующее
От: Andrew Bartley
Дата:
Сообщение: Re: intagg