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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Defining a "tinyint" data type - one byte unsigned
Дата
Msg-id 13799.1078960105@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Defining a "tinyint" data type - one byte unsigned  (Shachar Shemesh <psql@shemesh.biz>)
Ответы Re: Defining a "tinyint" data type - one byte unsigned  (Shachar Shemesh <psql@shemesh.biz>)
Список pgsql-patches
Shachar Shemesh <psql@shemesh.biz> writes:
> Attached is a patch to implement "tinyint".

I don't think we've really solved the numeric-hierarchy casting problems
well enough to be able to stand adding another member of the hierarchy.
In particular, what impact is this going to have on implicit typing of
integer constants?

            regards, tom lane

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

Предыдущее
От: Dennis Bjorklund
Дата:
Сообщение: Re: Defining a "tinyint" data type - one byte unsigned
Следующее
От: Euler Taveira de Oliveira
Дата:
Сообщение: change output of \dp