Re: BUG #1438: Non UTF-8 client encoding problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Estagus" <wizard580(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1438: Non UTF-8 client encoding problem
Date: 2005-01-24 15:34:28
Message-ID: 21403.1106580868@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Estagus" <wizard580(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Ross 2005-01-24 16:03:04 Re: 8.0.0 gmake check fails if on disk, passes on ram disk....
Previous Message Tom Lane 2005-01-24 15:24:56 Re: 8.0.0 gmake check fails if on disk, passes on ram disk....