intagg - Mailing list pgsql-general

From Andrew Bartley
Subject intagg
Date
Msg-id CAA3RN+wivOLYiNmU1x99cUtvYpLyhpUZR=saFjoqvZ_isYBJCQ@mail.gmail.com
Whole thread Raw
Responses Re: intagg  (Andrew Bartley <ambartley@gmail.com>)
Re: intagg  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: John R Pierce
Date:
Subject: Re: Problem with connection
Next
From: Andrew Bartley
Date:
Subject: Re: intagg