Re: Trying to create implicit casts to text in PG 8.3

Поиск
Список
Период
Сортировка
От Aleksander Kmetec
Тема Re: Trying to create implicit casts to text in PG 8.3
Дата
Msg-id 496CC4C8.3090302@intera.si
обсуждение исходный текст
Ответ на Re: Trying to create implicit casts to text in PG 8.3  (Emanuel Calvo Franco <postgres.arg@gmail.com>)
Ответы Re: Trying to create implicit casts to text in PG 8.3
Список pgsql-general
Emanuel Calvo Franco wrote:
> You add the cast's but not the operator.
> The cast is in other way (try to compare with a text '13')
> for example.

Thanks. I added both "||(double precision, text)" and "||(text, double precision)" operators and it works now.

But I'm wondering: do I need to do anything else besides creating implicit casts and adding missing operators? And will

this introduce any side effects which are not compatible with 8.2 and might break my queries in unpredictable ways?

Regards,
Aleksander

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

Предыдущее
От: Emanuel Calvo Franco
Дата:
Сообщение: Re: Cast for text->Integer missing in 8.3.5
Следующее
От: Aleksander Kmetec
Дата:
Сообщение: Re: Cast for text->Integer missing in 8.3.5