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

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

Thanks for that. Any chance someone could give me more newbie instructions? :-)
I suppose you are talking about
anytextcat(anynonarray, text)
and
textanycat(text, anynonarray)
But I can't see anywhere obvious where I can "deactivate" them... I
looked for likely suspects in pg_operator, pg_cast... but I'm not
really sure what I'm doing.
Anyone?
Thanks heaps.
Anton

В списке pgsql-general по дате отправления:

Предыдущее
От: Tomasz Ostrowski
Дата:
Сообщение: Re: Running function automatically on (unclean) disconnect
Следующее
От: Stefan Sturm
Дата:
Сообщение: Re: Install Postgresql on Win2000 with Admin Rights