Re: PostGreSQL and recursive queries... - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PostGreSQL and recursive queries...
Date
Msg-id 2269.1196437258@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostGreSQL and recursive queries...  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: PostGreSQL and recursive queries...  (Gregory Stark <stark@enterprisedb.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Release Note Changes
Next
From: "Gevik Babakhani"
Date:
Subject: Re: .NET or Mono functions in PG