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