Re: [HACKERS] Parser bug?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Parser bug?
Дата
Msg-id 199811232010.PAA12173@candle.pha.pa.us
обсуждение исходный текст
Ответ на Parser bug?  ("Oliver Elphick" <olly@lfix.co.uk>)
Ответы Re: [HACKERS] Parser bug?
Список pgsql-hackers
> I think this is a bug in 6.4:
> 
> bray=> select rcname, rcsrc from pg_relcheck where rcrelid =
> '115404'::oid and rcrelid in (select min(rcrelid) from pg_relcheck
> group by rcname); ERROR:  parser: Subselect has too many or too
> few fields.
> 
> The subselect only produces one column; so I think that the
> error message is wrong.

What is the GROUP BY doing?

-- Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: "Oliver Elphick"
Дата:
Сообщение: Re: [HACKERS] pg_dump bug - problems along the way
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Re: [HACKERS] Parser bug?