Re: Defining a "tinyint" data type - one byte unsigned

Поиск
Список
Период
Сортировка
От Shachar Shemesh
Тема Re: Defining a "tinyint" data type - one byte unsigned
Дата
Msg-id 404FF39A.7050805@shemesh.biz
обсуждение исходный текст
Ответ на Re: Defining a "tinyint" data type - one byte unsigned  (Dennis Bjorklund <db@zigo.dhs.org>)
Ответы Re: Defining a "tinyint" data type - one byte unsigned  (Dennis Bjorklund <db@zigo.dhs.org>)
Список pgsql-patches
Dennis Bjorklund wrote:

>On Thu, 11 Mar 2004, Shachar Shemesh wrote:
>
>
>
>>Attached is a patch to implement "tinyint". This is a one byte unsigned
>>integer type.
>>
>>
>
>It's a bit strange that this int is unsigned and the others are signed.
>
>
Not that strange if you consider the fact that making it signed will not
leave much room for actually using it.

In any case, that's just the way it is:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_ia-iz_3ss4.asp

--
Shachar Shemesh
Lingnu Open Systems Consulting
http://www.lingnu.com/


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: change output of \dp
Следующее
От: Shachar Shemesh
Дата:
Сообщение: Re: Defining a "tinyint" data type - one byte unsigned