Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Novice > Re: boolean as ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 4 Topic 3066 of 3323
Post > Topic >>

Re: boolean as 0 and 1

by aarni@[EMAIL PROTECTED] (Aarni =?iso-8859-1?q?Ruuhim=E4ki?=) Apr 8, 2008 at 01:06 PM

On Tuesday 08 April 2008 12:54, A B wrote:
> 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?

Hi,

testing=3D# ALTER TABLE bar ADD a_boolean boolean;
ALTER TABLE
testing=3D# INSERT INTO bar (a_boolean) VALUES ('1');
INSERT 9459039 1


--=20
Aarni Ruuhim=E4ki
---
Burglars usually come in through your windows.
---

--=20
Sent via pgsql-novice mailing list (pgsql-novice@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice
 




 4 Posts in Topic:
boolean as 0 and 1
gentosaker@[EMAIL PROTECT  2008-04-08 11:54:09 
Re: boolean as 0 and 1
shoaibmir@[EMAIL PROTECTE  2008-04-08 19:59:15 
Re: boolean as 0 and 1
shoaibmir@[EMAIL PROTECTE  2008-04-08 20:03:20 
Re: boolean as 0 and 1
aarni@[EMAIL PROTECTED]   2008-04-08 13:06:13 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Dec 5 4:50:02 CST 2008.