Sorry that should be aggregate int_array_aggregate not function
On 20 June 2013 08:16, Andrew Bartley <ambartley@xxxxxxxxx> wrote:
Hi All,I am trying to use the intagg extension. in 9.1.9I have created the extension as such "CREATE EXTENSION intagg"Then tried to use the function int_array_aggregate.Returns this messagefunction int_array_aggregate(integer[]) does not exist
select int_array_aggregate(transactions) from xx beingcreate table x (transactions int4[]);Can anyone please advise..ThanksAndrew Bartley