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

From Tom Lane
Subject Re: BUG #1976: steps to reproduce BUG #1438: Non UTF-8 client encoding problem
Date
Msg-id 22330.1129738328@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1976: steps to reproduce BUG #1438: Non UTF-8 client encoding problem  ("Stanislav Sukholet" <ctac113@mail.ru>)
List pgsql-bugs
"Stanislav Sukholet" <ctac113@mail.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

pgsql-bugs by date:

Previous
From: Richard Huxton
Date:
Subject: Function taking compound type defined on a view with ORDER BY
Next
From: Tom Lane
Date:
Subject: Re: union bug