Re: Implicit coercions need to be reined in - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Implicit coercions need to be reined in
Date
Msg-id 28380.1018502433@sss.pgh.pa.us
Whole thread Raw
In response to Re: Implicit coercions need to be reined in  (Barry Lind <barry@xythos.com>)
List pgsql-hackers
Barry Lind <barry@xythos.com> writes:
> My feeling is that this change as currently scoped will break a lot of 
> existing apps.  Especially the case where people are using where clauses 
> of the form:   bigintcolumn = '999'  to get a query to use the index on 
> a column of type bigint.

Eh?  That case will not change behavior in the slightest, because
there's no type conversion --- the literal is interpreted as the target
type to start with.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 7.3 schedule
Next
From: Barry Lind
Date:
Subject: Re: help with bison