Re: Is there any plan to add unsigned integer types?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Is there any plan to add unsigned integer types?
Дата
Msg-id 1317034512.1759.14.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответ на Is there any plan to add unsigned integer types?  (crocket <crockabiscuit@gmail.com>)
Список pgsql-hackers
On mån, 2011-09-26 at 19:41 +0900, crocket wrote:
> 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.
> 

I believe there have been many discussions about this in the past,
outlining the various issues that would come with this project.  A first
step would be to start implementing this in user space and see how much
breaks.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [v9.2] make_greater_string() does not return a string in some cases
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Support UTF-8 files with BOM in COPY FROM