Re: [HACKERS] It would be nice if this could be fixed...

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] It would be nice if this could be fixed...
Дата
Msg-id 372DD71D.B5BF56E7@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] It would be nice if this could be fixed...  (jwieck@debis.com (Jan Wieck))
Ответы Re: [HACKERS] It would be nice if this could be fixed...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> COALESCE sql function causes postgres to CRASH!
> httpd=> SELECT story.title, COALESCE(story.image, mfr.image)
> httpd-> FROM story, mfr where story.category= mfr.oid;

This is a known problem which I was hoping someone would pick up and
try to fix. Not sure I'll have time to look at it before v6.5 is
released.

The problem is in combining columns from multiple tables in the
COALESCE result. There are commented-out examples in the regression
test which illustrate the "feature". Other features of COALESCE seem
to work OK...
                     - Tom

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: pg_dump bug (was Re: [SQL] Slow Inserts Again)
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] GROUP BY fixes committed