Re: [SQL] COALESCE() bug?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] COALESCE() bug?
Дата
Msg-id 25841.933207204@sss.pgh.pa.us
обсуждение исходный текст
Ответ на COALESCE() bug?  (Jens Glaser <jens@helena.jens.de>)
Ответы Re: [SQL] COALESCE() bug?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-sql
Jens Glaser <jens@helena.jens.de> writes:
> the following SQL statement gives an error:
>   ERROR:  fix_indxqual_references: Cannot handle node type 723

Interesting.  I wouldn't have thought 6.5 would try to use an index
with an expression involving COALESCE().  Evidently it does.

I'll take a look, but I can't guarantee that the fix is simple enough
to back-patch into 6.5 ... you might have to drop the index on
pt.objectid to get this to work :-(
        regards, tom lane


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

Предыдущее
От: Jens Glaser
Дата:
Сообщение: COALESCE() bug?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] COALESCE() bug?