Re: BOOLEAN data type? - Mailing list pgsql-sql

From Josh Berkus
Subject Re: BOOLEAN data type?
Date
Msg-id web-37967@davinci.ethosmedia.com
Whole thread Raw
In response to Re: BOOLEAN data type?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Tom,

> Are you taking into account that SQL booleans are actually
> three-valued?
> They can be TRUE, FALSE, or NULL (NULL taken as meaning "don't
> know").

That turned out not to be the issue, but that's good information to
have.  I'll need to remember to make all of my BOOLEAN columns NOT NULL
DEFAULT FALSE.

-Josh


______AGLIO DATABASE SOLUTIONS___________________________                                      Josh Berkus Complete
informationtechnology      josh@agliodbs.com  and data management solutions       (415) 565-7293 for law firms, small
businesses       fax 621-2533   and non-profit organizations.      San Francisco
 


pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: BOOLEAN data type?
Next
From: Lonnie Cumberland
Date:
Subject: g++ not working for postgresql extension languages?