intagg

From: Andrew Bartley <ambartley(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: intagg
Date: 2013-06-19 22:16:20
Message-ID: CAA3RN+wivOLYiNmU1x99cUtvYpLyhpUZR=saFjoqvZ_isYBJCQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

  • Re: intagg at 2013-06-19 22:22:27 from Andrew Bartley
  • Re: intagg at 2013-06-20 19:40:43 from Tom Lane

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Bartley 2013-06-19 22:22:27 Re: intagg
Previous Message John R Pierce 2013-06-19 22:06:09 Re: Problem with connection