Array passing

From: "John Lister" <john(dot)lister-ps(at)kickstone(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Array passing
Date: 2009-04-07 14:24:22
Message-ID: E20C873C7A4448C3AF0A68B421ADED62@squarepi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi, i've been playing with arrays using the 604 version JDBC 4 driver and i have a question. They seem to be converted to strings which are passed back and forth to the server.

Is it possible to configure the driver to pass the arrays in native form? The overhead of converting to strings is quite big in my case (both in the size of the string and the time taken) so would like to eliminate it if possible...

Which leads onto, does the postgresql protocol support native arrays? i'm trying to find docs about the datatypes but would hope it did...

Thanks

JOHN
--

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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Achilleas Mantzios 2009-04-07 14:29:44 Re: BLOB help - yes I've read around!
Previous Message Achilleas Mantzios 2009-04-07 14:21:28 Re: BLOB help - yes I've read around!