Thread: unsigned int type

unsigned int type

From
"Enrico Pirozzi"
Date:
Hi all,
Is it present on postgresql 8.3.x any implementation of an unsigned int type?

Regards,
Enrico

--
That's one small step for man; one giant leap for mankind

www.enricopirozzi.info
info@enricopirozzi.info
Skype sscotty71

Re: unsigned int type

From
"Joshua D. Drake"
Date:
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
>
--