Array passing - Mailing list pgsql-jdbc

From John Lister
Subject Array passing
Date
Msg-id E20C873C7A4448C3AF0A68B421ADED62@squarepi.com
Whole thread Raw
Responses Re: Array passing  (Dave Cramer <pg@fastcrypt.com>)
List 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/

pgsql-jdbc by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: BLOB help - yes I've read around!
Next
From: Dave Cramer
Date:
Subject: Re: Array passing