Re: Array types - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Array types
Date
Msg-id 19778.1239131502@sss.pgh.pa.us
Whole thread Raw
In response to Array types  ("John Lister" <john.lister-ps@kickstone.com>)
Responses Re: Array types  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-hackers
"John Lister" <john.lister-ps@kickstone.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


pgsql-hackers by date:

Previous
From: "John Lister"
Date:
Subject: Array types
Next
From: Merlin Moncure
Date:
Subject: Re: Array types