Re: signed/unsigned integers

From: Brian Minton <bminton(at)efn(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: signed/unsigned integers
Date: 2002-11-19 00:51:11
Message-ID: arc1vh$1af8$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Roger Mathis wrote:
> Hi
>
> Is it true, that I can't define unsigned integers in a table definition?

I am also looking for a way to do it, specifically, I would like 32 bit
unsigned integers. I propose a new type, uint4 and uint8 for storing
unsigned integers

Browse pgsql-general by date

  From Date Subject
Next Message Lee Harr 2002-11-19 01:22:24 Re: Bug with sequence
Previous Message Bruno Wolff III 2002-11-18 23:53:19 Re: More time manipulation..