Re: BUG #3092: character varying and integer cannot be matched

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3092: character varying and integer cannot be matched
Дата
Msg-id 25265.1172767314@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3092: character varying and integer cannot be matched  ("Andrew Rass" <net-flight@gmx.net>)
Список pgsql-bugs
"Andrew Rass" <net-flight@gmx.net> writes:
> ERROR: IN types character varying and integer cannot be matched

> postgresql 7.4.7 did this
> and now it did this problem like describe

This is not a bug; it's an intentional tightening of the behavior.
You'll need to put in a cast so that the system knows whether you want
an integer comparison or a textual comparison to occur.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3085: Performance BUG
Следующее
От: mfwitten@MIT.EDU
Дата:
Сообщение: Re: BUG #3087: Endiannes, of all things