Re: creating array of integer[] out of query - how? - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: creating array of integer[] out of query - how?
Date
Msg-id 20090902085456.GA2381@depesz.com
Whole thread Raw
In response to creating array of integer[] out of query - how?  ("Massa, Harald Armin" <chef@ghum.de>)
List 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@depesz.com / aim:depeszhdl / skype:depesz_hdl / gg:6749007

pgsql-general by date:

Previous
From: "Massa, Harald Armin"
Date:
Subject: creating array of integer[] out of query - how?
Next
From: Sam Mason
Date:
Subject: Re: creating array of integer[] out of query - how?