From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | info(at)enricopirozzi(dot)info |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: unsigned int type |
Date: | 2008-11-16 00:23:27 |
Message-ID: | 1226795007.24645.3.camel@jd-laptop.pragmaticzealot.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)enricopirozzi(dot)info
> Skype sscotty71
>
--
From | Date | Subject | |
---|---|---|---|
Next Message | Glyn Astill | 2008-11-16 00:45:17 | Re: 8.3 libpq.dll not working on some versions of windows |
Previous Message | Tony Caduto | 2008-11-15 23:14:03 | 8.3 libpq.dll not working on some versions of windows |