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

From: "rupesh" <patil(dot)rupesh(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4078: ERROR: operator does not exist: numeric = character varying
Date: 2008-04-01 11:56:06
Message-ID: 200804011156.m31Bu6bL089573@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general


The following bug has been logged online:

Bug reference: 4078
Logged by: rupesh
Email address: patil(dot)rupesh(at)gmail(dot)com
PostgreSQL version: 8.3
Operating system: linux 4.0
Description: ERROR: operator does not exist: numeric = character
varying
Details:

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2008-04-01 12:42:34 Re: BUG #4078: ERROR: operator does not exist: numeric = character varying
Previous Message Ronald Prins 2008-04-01 10:41:02 BUG #4077: Error 42704

Browse pgsql-general by date

  From Date Subject
Next Message Philippe Lang 2008-04-01 11:58:54 Role attribute for user email?
Previous Message Ivan Sergio Borgonovo 2008-04-01 11:32:04 Re: HOWTO caching data across function calls: temporary tables, cursor?