Re: [HACKERS] [PgFoundry] Unsigned Data Types

2008-08-17 Thread Asko Oja
I can say that we have had several times to use bigint instead because of the lack of uint type in postgres. On Sun, Aug 17, 2008 at 9:03 PM, Ryan Bradetich <[EMAIL PROTECTED]>wrote: > On Sat, Aug 16, 2008 at 10:53 AM, Decibel! <[EMAIL PROTECTED]> wrote: > >> On Aug 15, 2008, at 1:00 AM, Ryan Bra

Re: [HACKERS] [PgFoundry] Unsigned Data Types

2008-08-17 Thread Ryan Bradetich
On Sat, Aug 16, 2008 at 10:53 AM, Decibel! <[EMAIL PROTECTED]> wrote: > On Aug 15, 2008, at 1:00 AM, Ryan Bradetich wrote: > >> Here is the first pass at the unsigned data type I have been working on. >> >> I am planning on adding these to the September 2008 commitfest wiki page. >> The unsigned d

Re: [HACKERS] [PgFoundry] Unsigned Data Types

2008-08-16 Thread Decibel!
On Aug 15, 2008, at 1:00 AM, Ryan Bradetich wrote: Here is the first pass at the unsigned data type I have been working on. I am planning on adding these to the September 2008 commitfest wiki page. The unsigned data type is not targeted for core, but for the uint PgFoundry project. Is t