BUG in 6.5 - GROUP BY inheritance

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема BUG in 6.5 - GROUP BY inheritance
Дата
Msg-id 375F3571.B459169B@bigfoot.com
обсуждение исходный текст
Ответы Re: [HACKERS] BUG in 6.5 - GROUP BY inheritance
Список pgsql-hackers
The following query produces the following error

BUT...

if I take out the "*" from category* it starts to work. Unfortunately I
need the "*" for my purposes. Bug?

This is from CVS of about a week ago.

SELECT question.title, count(comment.oid) FROM question,
category*,comment WHERE comment.webobject = question.oid and
question.category = category.oid GROUP BY question.title;
ERROR:  replace_vars_with_subplan_refs: variable not in target list

-- 
Chris Bitmead
http://www.bigfoot.com/~chris.bitmead
mailto:chris.bitmead@bigfoot.com


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

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] select order by for update
Следующее
От: Kaare Rasmussen
Дата:
Сообщение: Re: [HACKERS] Priorities for 6.6