Re: int1? types?

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: int1? types?
Дата
Msg-id 3F8757B4.5020605@joeconway.com
обсуждение исходный текст
Ответ на Re: int1? types?  (elein <elein@varlena.com>)
Ответы Re: int1? types?  (elein <elein@varlena.com>)
Список pgsql-general
elein wrote:
> I don't think that you can create a genuine one byte datatype.
> The resulting type would probably be four bytes long, even if
> you create a one byte by-value data type.  The one byte would
> be packaged in a 4 byte container for passing around the server.
>
> Can anyone confirm or deny this?

See my other post. The type exists and is called "char". See the bottom
of this page:
http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=datatype-character.html

Joe


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: log_duration and \timing times repeatably much higher than "Total runtime" from explain analyze
Следующее
От: elein
Дата:
Сообщение: Re: int1? types?