Re: Boolean

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Boolean
Дата
Msg-id 7760.1109362367@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Boolean  (<operationsengineer1@yahoo.com>)
Список pgsql-novice
<operationsengineer1@yahoo.com> writes:
> i have a question about booleans.  i heard that a
> boolean takes more processing power than setting an
> integer as 1 or 0 and coding around those values.

Whoever told you that is completely clueless.

> also, i understand that db portablility is somewhat
> compromised when one uses pg's boolean data type.

It is true that there are still DBs that don't have the SQL standard
boolean type.  IIRC that was added to the standard in SQL99.  I think
this is likely to be the least of your portability concerns, however.

            regards, tom lane

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

Предыдущее
От:
Дата:
Сообщение: Boolean
Следующее
От:
Дата:
Сообщение: pgadmin3 column edit question