Re: single bit integer (TINYINT) revisited for 8.5

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: single bit integer (TINYINT) revisited for 8.5
Дата
Msg-id 407d949e0907011741w3ade5f5apa0468be32073be43@mail.gmail.com
обсуждение исходный текст
Ответ на Re: single bit integer (TINYINT) revisited for 8.5  (Caleb Cushing <xenoterracide@gmail.com>)
Список pgsql-hackers
Incidentally there *is* a single-byte integer data type in Postgres,
it's called "char" (the quote marks are necessary in SQL due to the
char(n) data type).

It's a bit weird though, mainly because its output format is to output
ascii characters -- kind of like how C's single-byte integer data type
is mainly used to hold ascii characters...


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_migrator versus inherited columns
Следующее
От: Greg Stark
Дата:
Сообщение: Re: pg_migrator versus inherited columns