Re: multidimensional arrays - Mailing list pgsql-general

From Tom Lane
Subject Re: multidimensional arrays
Date
Msg-id 3806.1178074124@sss.pgh.pa.us
Whole thread Raw
In response to multidimensional arrays  (Ketema <ketema@gmail.com>)
Responses Re: multidimensional arrays
List pgsql-general
Ketema <ketema@gmail.com> writes:
> Is it possible to access a subarray of a multi dimensional array as a
> whole?

I think you want an array slice (ie, something with some colons in the
subscripts).  See the manual:
http://www.postgresql.org/docs/8.2/static/arrays.html

            regards, tom lane

pgsql-general by date:

Previous
From: Jamie Deppeler
Date:
Subject: Re: PostgreSql replication and load balancing ( is Slony-I a solution?)
Next
From: "Eddy D. Sanchez"
Date:
Subject: Re: pgsql and Mac OS X