Re: Unsigned integer types

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Unsigned integer types
Date: 2013-05-31 20:18:06
Message-ID: alpine.DEB.2.02.1305312215490.12964@localhost6.localdomain6
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>> If you do it, having uint1 (1 byte) would be nice as well.
>
> There is a signed 1byte int on PGXN, FWIW:
> http://pgxn.org/extension/tinyint

That's good, thanks for the pointer!

However, it is a signed tinyint (-128..127 range), not an unsigned one.

--
Fabien.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2013-05-31 20:49:09 Re: removing PD_ALL_VISIBLE
Previous Message Bruce Momjian 2013-05-31 20:09:45 Re: Running pgindent