Hi,
Is there a way to make postgresql to automatically convert integer
values to boolean?
Consider
create table x (a boolean);
insert into x (a) values (1);
the inser fails :-(
Is there a way to make it work without altering the insert command?
--
Sent via pgsql-novice mailing list (pgsql-novice@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice