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

From Tom Lane
Subject Re: BUG #1438: Non UTF-8 client encoding problem
Date
Msg-id 21403.1106580868@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1438: Non UTF-8 client encoding problem  ("Estagus" <wizard580@gmail.com>)
List pgsql-bugs
"Estagus" <wizard580@gmail.com> writes:
> # CREATE TABLE onoff(id BIGSERIAL UNIQUE NOT NULL, user_id BIGINT NOT NULL,
> made_id BIGINT NOT NULL, progress BOOL NOT NULL, is_on BOOL NOT NULL,
> tarif_id INTEGER NOT NULL, date_ins DATE NOT NULL, date_todo DATE NOT
> NULL);
> ERROR:  ignoring unconvertible UTF-8 character 0xd3cf

I couldn't reproduce this problem, which means you haven't given enough
information.  Perhaps the issue is locale specific?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: 8.0.0 gmake check fails if on disk, passes on ram disk....
Next
From: Jeff Ross
Date:
Subject: Re: 8.0.0 gmake check fails if on disk, passes on ram disk....