"Estagus" <[EMAIL PROTECTED]> 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 unconvertib
The following bug has been logged online:
Bug reference: 1438
Logged by: Estagus
Email address: [EMAIL PROTECTED]
PostgreSQL version: 7.4.6
Operating system: Debian SID
Description:Non UTF-8 client encoding problem
Details:
Hi...
I use postgresql 7.4.6 on Debian woo