Re: How do I change the server encoding?

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How do I change the server encoding?
Date: 2003-02-26 03:13:18
Message-ID: b3hbc9$1rje$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Joseph Shraibman wrote:
After further experimenting I think the problem is in psql. When I try
update mytable set firstname = 'Oné' where ukey = 12911;

It works with a latin1 database, but when I try it on a unicode database:

utfowl=# update mytable set firstname = 'Oné' where ukey = 12911;
utfowl'#

It thinks there is an open quote or something. This is even if I set the client encoding
to be latin1. Of course dumps are read with the copy command but maybe it is the same
problem.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ed L. 2003-02-26 03:44:56 Re: 7.4?
Previous Message Joseph Shraibman 2003-02-26 01:16:47 Re: How do I change the server encoding?

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2003-02-26 05:26:48 autocommit off mode, how does it work?
Previous Message Joseph Shraibman 2003-02-26 01:16:47 Re: How do I change the server encoding?