Re: Booleans - Why in Postgres and not in Oracle or Mysql? - Mailing list pgsql-general

From CSN
Subject Re: Booleans - Why in Postgres and not in Oracle or Mysql?
Date
Msg-id 20050505192845.81081.qmail@web52905.mail.yahoo.com
Whole thread Raw
In response to Booleans - Why in Postgres and not in Oracle or Mysql?  (CSN <cool_screen_name90001@yahoo.com>)
Responses Re: Booleans - Why in Postgres and not in Oracle or Mysql?
List pgsql-general
--- Dann Corbit <DCorbit@connx.com> wrote:
> > why do you suppose
> > neither Mysql nor Oracle has bothered to implement
> it?
>
> Probably they just create a domain using a char
> which can take on two
> values (e.g. 't'/'f' or 1/0).  Oracle 10 has a bit
> data type (which is a
> boolean for all intents and purposes):

Could a bit handle NULL's though?

CSN

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

pgsql-general by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: Booleans - Why in Postgres and not in Oracle or Mysql?
Next
From: "Mark Borins"
Date:
Subject: Unicode and unaccent()