"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