Re: bytea performance tweak - Mailing list pgsql-jdbc

From Vitalii Tymchyshyn
Subject Re: bytea performance tweak
Date
Msg-id 4E08A07A.1090505@gmail.com
Whole thread Raw
In response to Re: bytea performance tweak  (Florian Weimer <fweimer@bfk.de>)
List pgsql-jdbc
27.06.11 16:57, Florian Weimer написав(ла):
> * Andreas Schmitz:
>
>> Is there a timeline for fully supporting the binary protocol?
> A PostgreSQL installation can contain user-defined types with a custom
> binary format, so this will not work with all databases anyway.
I'd say it would be up to Java developer to provide it's own decode for
such a types (in a PGObject?). If he wants, he should do server-level
cast to string in a query text.
Of course, I'd leave an option to make non-binary connection.

Best regards, Vitalii Tymchyshyn.

pgsql-jdbc by date:

Previous
From: Florian Weimer
Date:
Subject: Re: bytea performance tweak
Next
From: Shaun Langley
Date:
Subject: installing postgresql jdbc driver in Mac OS X Lion