Boolean and Bit

Поиск
Список
Период
Сортировка
От Keith Gray
Тема Boolean and Bit
Дата
Msg-id 3A64F578.2D7E7B84@heart.com.au
обсуждение исходный текст
Список pgsql-hackers
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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: CASE inet << inet ...
Следующее
От: bruc@stone.congenomics.com (Robert E. Bruccoleri)
Дата:
Сообщение: Re: Performance degradation in PostgreSQL 7.1beta3 vs 6.5.3