Is there any plan to add unsigned integer types? - Mailing list pgsql-hackers

From crocket
Subject Is there any plan to add unsigned integer types?
Date
Msg-id CAL0=0H37uQGNwrcfNEpE=iLHc+hy3vKjY_f0NGyh2q4Z7MwvJA@mail.gmail.com
Whole thread Raw
Responses Re: Is there any plan to add unsigned integer types?
Re: Is there any plan to add unsigned integer types?
List pgsql-hackers
MySQL already has unsigned INT type, and it has double the range of
signed INT type.
It's not just the bigger range that UINT type brings.
If unsigned INT type exists, I wouldn't have to execute "create domain
UINT" in every database.

If "INT unsigned" and "SERIAL unsigned" exist, PostgreSQL would bring
more convenience to users.


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: unite recovery.conf and postgresql.conf
Next
From: Peter Eisentraut
Date:
Subject: Re: [v9.2] make_greater_string() does not return a string in some cases