Re: recursive view syntax

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: recursive view syntax
Date: 2012-11-15 03:44:18
Message-ID: 1352951058.26167.10.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2012-11-13 at 23:44 -0500, Tom Lane wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2012-11-15 04:08:26 Re: logical changeset generation v3
Previous Message Craig Ringer 2012-11-15 03:14:13 Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY