Re: Is there bigintarray? - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: Is there bigintarray?
Date
Msg-id n18l9e$fgv$1@ger.gmane.org
Whole thread Raw
In response to Re: Is there bigintarray?  (Igor Bossenko <igor.bossenko@gmail.com>)
Responses Re: Is there bigintarray?  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-general
Igor Bossenko schrieb am 02.11.2015 um 14:20:
> What is the current plans for bigintarray?
>
> Igor
>
>

The following works for me:

   create table foo
   (
     bia bigint[]
   );




pgsql-general by date:

Previous
From: Jeff Janes
Date:
Subject: Re: Waiting on ExclusiveLock on extension 9.3, 9.4 and 9.5
Next
From: droberts
Date:
Subject: Approach to extract top records from table based upon aggregate