why provide cross type arithmetic operators

Поиск
Список
Период
Сортировка
От ykhuang
Тема why provide cross type arithmetic operators
Дата
Msg-id fn3n3o$1g5r$1@news.hub.org
обсуждение исходный текст
Ответы Re: why provide cross type arithmetic operators  (Gregory Stark <stark@enterprisedb.com>)
Re: why provide cross type arithmetic operators  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
there are many cross type arithmetic operators, like int2 + int4, int8 +
int4, I think these can be deleted. Here are the reasons, after deleted,
int2 + int4 will choose the operator int4 + int4, int8 + int4 choose int8 +
int8, Is that ok? Thanks.

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

Предыдущее
От: "ykhuang"
Дата:
Сообщение: Re: why provide cross type arithmetic operators
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: bad message or bad privilege check in foreign key constraint