Re: unsigned types

Поиск
Список
Период
Сортировка
От jeff sacksteder
Тема Re: unsigned types
Дата
Msg-id 51c8a7be0510151647r5a96f806uda8a090b849eea98@mail.gmail.com
обсуждение исходный текст
Ответ на Re: unsigned types  (Neil Conway <neilc@samurai.com>)
Ответы Re: unsigned types  (Jeff Davis <jdavis-pgsql@empires.org>)
Список pgsql-general
You can use a signed type with a CHECK constraint to restrict the
column's value to positive integers.


The sign doesn't concern me. I am storing a value that is unsigned and 16 bits wide natively. I'll have to just use an int4 and waste twice the space I actually need.


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

Предыдущее
От: Palle Girgensohn
Дата:
Сообщение: linking problems with Kerberos (heimdal) on FreeBSD
Следующее
От: Chris Travers
Дата:
Сообщение: Re: PostgreSQL Gotchas