Re: JDBC with PG 8.4 bytea character escaping wire protocol

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: David Wall <d(dot)wall(at)computer(dot)org>
Cc: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC with PG 8.4 bytea character escaping wire protocol
Date: 2009-10-22 20:53:17
Message-ID: 4AE0C63D.3040303@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

David Wall wrote:
> Does the JDBC 4 driver for PG 8.4 escape each character of the bytea
> type, or does it use a binary protocol?

When sending parameter data to the server, it uses the binary format.

When receiving results from the server, it uses the text format.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message David Wall 2009-10-22 21:13:02 Re: JDBC with PG 8.4 bytea character escaping wire protocol
Previous Message Kevin Grittner 2009-10-22 17:58:27 Re: commit and rollback don't throw exceptions when theyshould