Re: Is there bigintarray?

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Is there bigintarray?
Date: 2015-11-02 21:41:01
Message-ID: n18l9e$fgv$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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[]
);

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message droberts 2015-11-02 22:14:09 Approach to extract top records from table based upon aggregate
Previous Message Jeff Janes 2015-11-02 21:17:04 Re: Waiting on ExclusiveLock on extension 9.3, 9.4 and 9.5