Re: 8.3 vs 8.2 sql compatiblity issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.3 vs 8.2 sql compatiblity issue
Дата
Msg-id 7040.1195150640@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 8.3 vs 8.2 sql compatiblity issue  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: 8.3 vs 8.2 sql compatiblity issue
Список pgsql-general
"Joshua D. Drake" <jd@commandprompt.com> writes:
> Tony Caduto <tony_caduto@amsoftwaredesign.com> wrote:
>> I am actually getting a lot of these operator does not exist errors
>> in 8.3 another one I get is operator does not exist for char=integer

> This appears to be a classic example of:
> Casts to text that formerly occurred implicitly may now need to be
> written explicitly

That's no doubt got something to do with it, but I think Tony is mighty
confused about exactly what is failing.  pg_constraint.conkey is not
text, for instance; it's smallint[] and so the quoted bit should still
work just fine.  I'd suggest trying the query in some client that gives
you an error location pointer, which whatever he's using evidently does
not.

            regards, tom lane

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

Предыдущее
От: "Garber, Mikhail"
Дата:
Сообщение: Postgresql and resource isolation
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Postgresql and resource isolation