SET client_encoding = 'UTF8'

Поиск
Список
Период
Сортировка
От Daniel Migowski
Тема SET client_encoding = 'UTF8'
Дата
Msg-id 482FA869.90902@ikoffice.de
обсуждение исходный текст
Ответы Re: SET client_encoding = 'UTF8'  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: SET client_encoding = 'UTF8'  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Hello dear developers,

The command

    SET client_encoding = 'UTF8'

throws an exception in the driver, because the driver expects UNICODE. I
understand exceptions for other encodings, but this is IMHO a must have.
Out database scripts should contain this line at the beginning, to be
able to dump them manually into the server, and which is actually more
correct than a line that sets the encoding to 'UNICODE'.

Thanks in advance and with best regards,
Daniel Migowski

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Daniel Migowski
Дата:
Сообщение: Re: Testing JDBC Prepared Statements
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SET client_encoding = 'UTF8'