Re: intagg

From: Andrew Bartley <ambartley(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: intagg
Date: 2013-06-19 22:22:27
Message-ID: CAA3RN+wQsQVNDJ28G_jwiCUJdAXiOiUwEshSCiAEFHz5m4ewRA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sorry that should be aggregate int_array_aggregate not function

On 20 June 2013 08:16, Andrew Bartley <ambartley(at)gmail(dot)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
>

In response to

  • intagg at 2013-06-19 22:16:20 from Andrew Bartley

Responses

  • Re: intagg at 2013-06-20 19:37:15 from Arjen Nienhuis

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2013-06-19 23:46:10 Re: postgresql query
Previous Message Andrew Bartley 2013-06-19 22:16:20 intagg