Re: Problem with client_encoding UTF8 - Mailing list pgsql-jdbc

From carmentl12
Subject Re: Problem with client_encoding UTF8
Date
Msg-id 1346335977524-5721903.post@n5.nabble.com
Whole thread Raw
In response to Problem with client_encoding UTF8  (carmentl12 <hrodriguez@facinf.uho.edu.cu>)
List 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 by date:

Previous
From: Radim Kolar
Date:
Subject: Re: not fetching all query results
Next
From: Craig Ringer
Date:
Subject: Re: not fetching all query results