Re: operator is not unique: integer || integer - Mailing list pgsql-general

From Tino Wildenhain
Subject Re: operator is not unique: integer || integer
Date
Msg-id 481F4F6B.8010201@wildenhain.de
Whole thread Raw
In response to operator is not unique: integer || integer  (Daniel Schuchardt <daniel_schuchardt@web.de>)
Responses Re: operator is not unique: integer || integer  (Daniel Schuchardt <daniel_schuchardt@web.de>)
List 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.

Attachment

pgsql-general by date:

Previous
From: Tino Wildenhain
Date:
Subject: Re: operator varchar = integer
Next
From: Daniel Schuchardt
Date:
Subject: Re: operator is not unique: integer || integer