Re: Problem with client_encoding UTF8

Поиск
Список
Период
Сортировка
От carmentl12
Тема Re: Problem with client_encoding UTF8
Дата
Msg-id 1346335977524-5721903.post@n5.nabble.com
обсуждение исходный текст
Ответ на Problem with client_encoding UTF8  (carmentl12 <hrodriguez@facinf.uho.edu.cu>)
Список pgsql-jdbc
I found a possible solution: instead of read the contents of the script I
execute it with the command psql like this,

Runtime.getRuntime().exec("psql -U " + user + " -h " + host + " -d " +
dbName + " -f " + path);



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Problem-with-client-encoding-UTF8-tp5721132p5721903.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


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

Предыдущее
От: Radim Kolar
Дата:
Сообщение: Re: not fetching all query results
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: not fetching all query results