Re: BUG #1257: add support for 1-byte integer and 4-bit integer

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1257: add support for 1-byte integer and 4-bit integer
Дата
Msg-id 25442.1095458121@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1257: add support for 1-byte integer and 4-bit integer  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> for the next version of postgresql i would like to see support for 1-byte
> integers (signed and unsigned) and also for 4-bit (1/2-byte) integers
> (signed and unsigned).

See the "char" type (not to be confused with char(n)) and the bitstring
type.  There are never going to be sub-byte-sized columns in Postgres;
it just doesn't fit into our storage management model.

            regards, tom lane

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1257: add support for 1-byte integer and 4-bit integer
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #1257: add support for 1-byte integer and 4-bit integer