Re: operator varchar = integer

From: Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>
To: "Daniel Schuchardt" <daniel_schuchardt(at)web(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: operator varchar = integer
Date: 2008-05-05 09:44:21
Message-ID: 92869e660805050244g2d03919au72c76d07eee17cc3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2008/5/5 Daniel Schuchardt <daniel_schuchardt(at)web(dot)de>:

> Hey Group,
>
> i know what all will say but i need to recreate the = operator for
> datatypes varchar and integer in PostgreSQL 8.3.
>
> Our Software Project has Millions of Lines and so it would be difficult to
> check all queries and Datatypes. Also it works really fine and we all know
> the risk of wrong auto casting.
>
> Anyone knows the Syntax?

http://people.planetpostgresql.org/peter/index.php?/archives/18-Readding-implicit-casts-in-PostgreSQL-8.3.html

PS. you could search archives or even use google.

--
Filip Rembiałkowski

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Schuchardt 2008-05-05 10:55:25 Re: operator varchar = integer
Previous Message Daniel Schuchardt 2008-05-05 09:18:37 operator varchar = integer