Re: recursive view syntax - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: recursive view syntax
Date
Msg-id 1352951058.26167.10.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: recursive view syntax  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, 2012-11-13 at 23:44 -0500, Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
> > I noticed we don't implement the recursive view syntax, even though it's
> > part of the standard SQL feature set for recursive queries.  Here is a
> > patch to add that.
> 
> Can't you simplify that by using "SELECT * FROM name"?

You mean in the expansion?

Maybe, but SELECT * is perhaps something best avoided because of unclear
side effects.




pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY
Next
From: Michael Paquier
Date:
Subject: Re: logical changeset generation v3