Re: JDBC driver, client_encoding and a SQL_ASCII database in production - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: JDBC driver, client_encoding and a SQL_ASCII database in production
Date
Msg-id alpine.BSO.2.00.1003101650550.4329@leary.csoft.net
Whole thread Raw
In response to Re: JDBC driver, client_encoding and a SQL_ASCII database in production  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc

On Thu, 11 Mar 2010, Oliver Jowett wrote:

> You may have to run with a modified driver that you have patched to
> understand encodings other than UTF-8.
>

The JDBC driver does support running with a non-UTF-8 encoding, but only
for server versions prior to 7.3.  There's no reason it couldn't work for
later versions, so the easiest thing to do is to tweak the v2 protocol
setup code to work for your server version and then use that.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: JDBC driver, client_encoding and a SQL_ASCII database in production
Next
From: Navanethan Muthusamy
Date:
Subject: Clarification With Money data type