Re: Array types

From: "John Lister" <john(dot)lister-ps(at)kickstone(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Array types
Date: 2009-04-08 14:48:04
Message-ID: 4ECCF5BAADF94C5E9FD5CF2FA52CD061@squarepi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Following this up, is there any docs on the binary wire format for arrays?

Thanks
----- Original Message -----
From: John Lister
To: pgsql-hackers(at)postgresql(dot)org
Sent: Tuesday, April 07, 2009 7:54 PM
Subject: [HACKERS] Array types

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 using both the simple and extended query forms - i couldn't see a way to say what return type i wanted in the protocol docs...

This would seem much better in terms of performance, both size and speed(conversion).

Thanks

--

Got needs? Get Goblin'! - http://www.pricegoblin.co.uk/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2009-04-08 14:49:21 Re: psql \d commands and information_schema
Previous Message Kevin Field 2009-04-08 14:47:52 Re: plpgsql debugger (pldbg) absent from 8.4?