Re: creating array of integer[] out of query - how?

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: "Massa, Harald Armin" <chef(at)ghum(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: creating array of integer[] out of query - how?
Date: 2009-09-02 08:54:56
Message-ID: 20090902085456.GA2381@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Sep 02, 2009 at 10:34:31AM +0200, Massa, Harald Armin wrote:
> Is there a bug in my thinking that array[[2,3],[3,4]] really constitutes an
> array of integer[],

no. array[[2,3],[3,4]] is 2 dimensional array of integers. not array of
arrays of integers.

Best regards,

depesz

--
Linkedin: http://www.linkedin.com/in/depesz / blog: http://www.depesz.com/
jid/gtalk: depesz(at)depesz(dot)com / aim:depeszhdl / skype:depesz_hdl / gg:6749007

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2009-09-02 09:40:14 Re: creating array of integer[] out of query - how?
Previous Message Massa, Harald Armin 2009-09-02 08:34:31 creating array of integer[] out of query - how?