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: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Array types
Date: 2009-04-07 19:11:42
Message-ID: 19778.1239131502@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:
> Hi, using v8.3.5 and a number of client libraries (java, python, pgadmin) and playing about with arrays.
> They all return arrays as text, is it possible to configure postgresql
> to return an array in native form (does postgresql support such a
> thing)?

This is something the client code would request (or not). It would not
be sensible to try to force it from the server side, since if the client
doesn't request it it's likely that the client wouldn't understand the
data format.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2009-04-07 19:13:39 Re: Array types
Previous Message John Lister 2009-04-07 18:54:19 Array types