Re: int1? types?

From: Joe Conway <mail(at)joeconway(dot)com>
To: elein <elein(at)varlena(dot)com>
Cc: CSN <cool_screen_name90001(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: int1? types?
Date: 2003-10-11 01:07:00
Message-ID: 3F8757B4.5020605@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message elein 2003-10-11 01:23:07 Re: int1? types?
Previous Message Christopher Browne 2003-10-11 00:52:29 Re: Redhat RPMs