On Feb 18, 2005, at 11:15 AM, Joel Fradkin wrote:
> How do I tell the connection to use Unicode?
Try
SET client_encoding TO 'UNICODE';
http://www.postgresql.org/docs/8.0/interactive/sql-set.html
But it should default to the database encoding, so I'm not sure if that
is the problem.
John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL