why provide cross type arithmetic operators - Mailing list pgsql-bugs

From ykhuang
Subject why provide cross type arithmetic operators
Date
Msg-id fn3n3o$1g5r$1@news.hub.org
Whole thread Raw
Responses Re: why provide cross type arithmetic operators
Re: why provide cross type arithmetic operators
List 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 by date:

Previous
From: "ykhuang"
Date:
Subject: Re: why provide cross type arithmetic operators
Next
From: hubert depesz lubaczewski
Date:
Subject: bad message or bad privilege check in foreign key constraint