Re: [GENERAL] Re: BUG #4078: ERROR: operator does not exist: numeric = character varying

2008-10-21 Thread Eric Haszlakiewicz
On Mon, Oct 13, 2008 at 09:10:41PM -0400, Tom Lane wrote: > Eric Haszlakiewicz <[EMAIL PROTECTED]> writes: > > I created this, which seems to solve the problem: > > > create function casting_eq_operator(integer, "char") > >returns boolean as '

[GENERAL] Re: BUG #4078: ERROR: operator does not exist: numeric = character varying

2008-10-13 Thread Eric Haszlakiewicz
Peter Eisentraut, April 1 2008 > Am Dienstag, 1. April 2008 schrieb rupesh: > > ERROR: operator does not exist: numeric = character varying at character > > 675 > > HINT: No operator matches the given name and argument type(s). You might > > need to add explicit type casts. > > (0.735 sec) > > >