Re: CTE bug?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CTE bug?
Дата
Msg-id 5491.1252524367@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: CTE bug?  (David Fetter <david@fetter.org>)
Список pgsql-hackers
David Fetter <david@fetter.org> writes:
> On Wed, Sep 09, 2009 at 03:00:39PM -0400, Tom Lane wrote:
>> David Fetter <david@fetter.org> writes:
>>> Should the outer query be able to reference further-in CTEs?
>> 
>> No, why would you expect that?

> No particular reason, I suppose.  I'm not clear on what the standard
> says about this.

The standard says that the scope of a WITH is the <query expression
body> it precedes.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: RfD: more powerful "any" types
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: RfD: more powerful "any" types