Re: Boolean and Bit
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: Thomas Lockhart <lockhart@alumni.caltech.edu>
To: Keith Gray <keith@heart.com.au>
Cc: pgsql-hackers@postgresql.org
Date: 2001-01-17T03:56:55Z
Lists: pgsql-hackers
> I would like suggestions and examples of adding SQL-92
> data type BIT compatibility to a PostgreSQL schema.
You will probably do best by looking at the 7.1beta and the bit types
implemented there. They probably form a good starting point if they do
not do everything you need already.
Good luck!
- Thomas