Re: recursive view syntax

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

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"?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2012-11-14 05:09:53 Re: Proposal for Allow postgresql.conf values to be changed via SQL
Previous Message Peter Eisentraut 2012-11-14 04:32:15 recursive view syntax