Re: PostGreSQL and recursive queries...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostGreSQL and recursive queries...
Дата
Msg-id 2269.1196437258@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostGreSQL and recursive queries...  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: PostGreSQL and recursive queries...  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> I could imagine problems the planner would have to deal with though, such as
> what type is "bogon" in this query?

> WITH RECURSIVE x(bogon) AS (select bogon from x) select * from x;

Just a note --- that's not the planner's problem, either.  Semantic
interpretation of the meaning of a query is supposed to be completed
during parse analysis.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Release Note Changes
Следующее
От: "Gevik Babakhani"
Дата:
Сообщение: Re: .NET or Mono functions in PG