Is there any plan to add unsigned integer types?

Поиск
Список
Период
Сортировка
От crocket
Тема Is there any plan to add unsigned integer types?
Дата
Msg-id CAL0=0H37uQGNwrcfNEpE=iLHc+hy3vKjY_f0NGyh2q4Z7MwvJA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Is there any plan to add unsigned integer types?
Re: Is there any plan to add unsigned integer types?
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: unite recovery.conf and postgresql.conf
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [v9.2] make_greater_string() does not return a string in some cases