Re: Client-requested cast mode to emulate Pg8.2 on v8.3 - Mailing list pgsql-general

From Tom Lane
Subject Re: Client-requested cast mode to emulate Pg8.2 on v8.3
Date
Msg-id 2307.1206127546@sss.pgh.pa.us
Whole thread Raw
In response to Re: Client-requested cast mode to emulate Pg8.2 on v8.3  ("Anton Melser" <melser.anton@gmail.com>)
Responses Re: Client-requested cast mode to emulate Pg8.2 on v8.3  ("Anton Melser" <melser.anton@gmail.com>)
List pgsql-general
"Anton Melser" <melser.anton@gmail.com> writes:
> Anyway, maybe I spoke too soon :-(.

> ERROR: operator is not unique: integer || unknown

> I did, of course, not follow the instructions and just blinding
> applied them all, but from reading them it doesn't look like the issue
> here. Does this error mean there are too many operators or not enough?

Too many.  You might have to remove the anynonarray || text and
text || anynonarray operators if you're going to continue to rely
on implicit casts to text.

            regards, tom lane

pgsql-general by date:

Previous
From: "Adam Rich"
Date:
Subject: Re: 8.3.0 upgrade
Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: 8.3.0 upgrade