Re: multidimensional arrays

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ketema <ketema(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: multidimensional arrays
Date: 2007-05-02 02:48:44
Message-ID: 3806.1178074124@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ketema <ketema(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Smith 2007-05-02 02:59:51 Re: Feature Request --- was: PostgreSQL Performance Tuning
Previous Message Greg Smith 2007-05-02 01:52:16 Re: Feature Request --- was: PostgreSQL Performance Tuning