Re: Array types

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "John Lister" <john(dot)lister-ps(at)kickstone(dot)com>
Cc: "Andrew Chernow" <ac(at)esilo(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Array types
Date: 2009-04-08 15:33:38
Message-ID: 12008.1239204818@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"John Lister" <john(dot)lister-ps(at)kickstone(dot)com> writes:
> Cheers for the pointers. Am i right in thinking that if i get an array of
> arrays, the nested arrays are sent in wire format as well - it seems to be
> from the docs.

Postgres doesn't have arrays of arrays. There are multi-dimensional
arrays, which aren't conceptually the same thing.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2009-04-08 15:35:00 Re: Array types
Previous Message Dave Page 2009-04-08 15:26:25 Re: plpgsql debugger (pldbg) absent from 8.4?