Re: JDBC driver, client_encoding and a SQL_ASCII database in production

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: JDBC driver, client_encoding and a SQL_ASCII database in production
Дата
Msg-id alpine.BSO.2.00.1003101650550.4329@leary.csoft.net
обсуждение исходный текст
Ответ на Re: JDBC driver, client_encoding and a SQL_ASCII database in production  (Oliver Jowett <oliver@opencloud.com>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: JDBC driver, client_encoding and a SQL_ASCII database in production
Следующее
От: Navanethan Muthusamy
Дата:
Сообщение: Clarification With Money data type