why provide cross type arithmetic operators

From: "ykhuang" <hyk(at)ruc(dot)edu(dot)cn>
To: pgsql-bugs(at)postgresql(dot)org
Subject: why provide cross type arithmetic operators
Date: 2008-01-22 03:14:25
Message-ID: fn3n3o$1g5r$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message ykhuang 2008-01-22 05:55:34 Re: why provide cross type arithmetic operators
Previous Message elarfaoui abdelfatah 2008-01-21 22:12:51 Default password