Re: operator is not unique: integer || integer

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Daniel Schuchardt <daniel_schuchardt(at)web(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: operator is not unique: integer || integer
Date: 2008-05-05 18:18:19
Message-ID: 481F4F6B.8010201@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Daniel Schuchardt wrote:
...
> in 81:
>
> postgres=# SELECT 1::INTEGER||1::INTEGER;
> ?column?
> ----------
> 11
> (1 row)

*shudder* is this actually a port of an application originally
targeted at M*Sql? ;)

Are you using those columns somewhere with their real type - as
integer? I mean if you use them as text everywhere why not change
the type once?

T.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Schuchardt 2008-05-05 18:54:07 Re: operator is not unique: integer || integer
Previous Message Tino Wildenhain 2008-05-05 18:13:51 Re: operator varchar = integer