Re: BUG #1976: steps to reproduce BUG #1438: Non UTF-8 client encoding problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Stanislav Sukholet" <ctac113(at)mail(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1976: steps to reproduce BUG #1438: Non UTF-8 client encoding problem
Date: 2005-10-19 16:12:08
Message-ID: 22330.1129738328@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Stanislav Sukholet" <ctac113(at)mail(dot)ru> writes:
> mydb=# create table b (bb integer primary key);
> ERROR: ignoring unconvertible UTF-8 character 0xd3cf

Can't reproduce this here. What locale settings are you using in the
database? (Particularly lc_ctype and lc_messages)

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-10-19 18:19:04 Re: Function taking compound type defined on a view with ORDER BY
Previous Message Tom Lane 2005-10-19 16:03:05 Re: union bug