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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Cc: "rupesh" <patil(dot)rupesh(at)gmail(dot)com>
Subject: Re: BUG #4078: ERROR: operator does not exist: numeric = character varying
Date: 2008-04-01 12:42:34
Message-ID: 200804011442.34671.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

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)
>
>
> This was previously working in 8.2.3 but not in 8.3

This was an intentional change. Please read the release notes about fixing
your code.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Golub 2008-04-01 14:03:22 BUG #4079: libpq.dll very slow (unusable)
Previous Message rupesh 2008-04-01 11:56:06 BUG #4078: ERROR: operator does not exist: numeric = character varying

Browse pgsql-general by date

  From Date Subject
Next Message mark 2008-04-01 12:59:41 Re: simple update queries take a long time - postgres 8.3.1
Previous Message Albe Laurenz 2008-04-01 12:00:39 Re: HOWTO caching data across function calls: temporary tables, cursor?