Re: BUG #1257: add support for 1-byte integer and 4-bit integer - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1257: add support for 1-byte integer and 4-bit integer
Date
Msg-id 25442.1095458121@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1257: add support for 1-byte integer and 4-bit integer  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
List 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 by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1257: add support for 1-byte integer and 4-bit integer
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #1257: add support for 1-byte integer and 4-bit integer