Re: WITH RECUSIVE patches 0723 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: WITH RECUSIVE patches 0723
Date
Msg-id 26270.1217272513@sss.pgh.pa.us
Whole thread Raw
In response to Re: WITH RECUSIVE patches 0723  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
Andrew Gierth <andrew@tao11.riddles.org.uk> writes:
> Recursive WITH queries that self-join the recursion result seem to be
> rare in practice.

We are not in the business of getting spec-required semantics 80% right;
and as I took pains to point out to start with, there are good
functionality reasons to want it to work per spec, even without getting
into "interesting" cases like self-joins.  If you don't think this is
grounds for rejecting the patch, think again.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: WITH RECUSIVE patches 0723
Next
From: Tom Lane
Date:
Subject: Re: Do we really want to migrate plproxy and citext into PG core distribution?