Boolean and Bit

From: Keith Gray <keith(at)heart(dot)com(dot)au>
To: pgsql-sql(at)postgresql(dot)org
Subject: Boolean and Bit
Date: 2001-01-17 02:01:14
Message-ID: 3A64FCEA.178112AF@heart.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello All,

This is my first post (so be gentle with me)...

Is there a searchable archive?

I would like suggestions and examples of adding SQL-92
data type BIT compatibility to a PostgreSQL schema.

>From the doc's I gather you can "CREATE TYPE bit"
with storage int or int4... but I don't know
about the input/output for zero and one.

Should SQL (ODBC) be able to ask "WHERE bitfield;"
or should it ask "WHERE bitfield = 1;" ?

Any response gratefully recognized...

Keith

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-01-17 04:35:01 Re: Boolean and Bit
Previous Message Christopher Sawtell 2001-01-16 22:41:51 Re: [SQL] Query from multiple tables...