Re: aggregate + view + alias crash on 7.4 stable

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: aggregate + view + alias crash on 7.4 stable
Дата
Msg-id 1886.1070857557@sss.pgh.pa.us
обсуждение исходный текст
Ответ на aggregate + view + alias crash on 7.4 stable  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: aggregate + view + alias crash on 7.4 stable  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> test=# select count(a.*) from pg_indexes a limit 10;
> server closed the connection unexpectedly

Hmmm ... the crash is certainly UnGood, but is there any reason we
should accept this query rather than generating an error?  I don't
think it's legal vanilla SQL --- the argument of count() should be
either "*" or a scalar expression per the spec.  I don't know what
it means for the argument of count() to be "foo.*".
        regards, tom lane


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Call for pg_dump testing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Call for pg_dump testing