Re: Client-requested cast mode to emulate Pg8.2 on v8.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Client-requested cast mode to emulate Pg8.2 on v8.3
Дата
Msg-id 2307.1206127546@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Client-requested cast mode to emulate Pg8.2 on v8.3  ("Anton Melser" <melser.anton@gmail.com>)
Ответы Re: Client-requested cast mode to emulate Pg8.2 on v8.3  ("Anton Melser" <melser.anton@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Adam Rich"
Дата:
Сообщение: Re: 8.3.0 upgrade
Следующее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: 8.3.0 upgrade