Re: Defining a "tinyint" data type - one byte unsigned

From: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
To: Shachar Shemesh <psql(at)shemesh(dot)biz>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Defining a "tinyint" data type - one byte unsigned
Date: 2004-03-10 22:20:40
Message-ID: Pine.LNX.4.44.0403102319440.13979-100000@zigo.dhs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Thu, 11 Mar 2004, Shachar Shemesh wrote:

> Attached is a patch to implement "tinyint". This is a one byte unsigned
> integer type.

It's a bit strange that this int is unsigned and the others are signed.

--
/Dennis Björklund

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-03-10 23:08:25 Re: Defining a "tinyint" data type - one byte unsigned
Previous Message Tom Lane 2004-03-10 22:06:43 Re: numeric input changes