Re: unsigned int type - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: unsigned int type
Date
Msg-id 1226795007.24645.3.camel@jd-laptop.pragmaticzealot.org
Whole thread Raw
In response to unsigned int type  ("Enrico Pirozzi" <sscotty71@gmail.com>)
List pgsql-general
On Sat, 2008-11-15 at 23:27 +0100, Enrico Pirozzi wrote:
> Hi all,
> Is it present on postgresql 8.3.x any implementation of an unsigned int type?

No. Just use bigint with a check constraint or a domain. There also
might be (I don't recall) a project over at http://www.pgfoundry.org/
that provides the functionality.

Joshua D. Drake


>
> Regards,
> Enrico
>
> --
> That's one small step for man; one giant leap for mankind
>
> www.enricopirozzi.info
> info@enricopirozzi.info
> Skype sscotty71
>
--


pgsql-general by date:

Previous
From: Tony Caduto
Date:
Subject: 8.3 libpq.dll not working on some versions of windows
Next
From: Glyn Astill
Date:
Subject: Re: 8.3 libpq.dll not working on some versions of windows