Re: documentation for WITH RECURSIVE
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andreas Kretschmer <andreas@a-kretschmer.de>
Cc: pgsql-docs@lists.postgresql.org
Date: 2019-11-19T19:47:16Z
Lists: pgsql-docs
Andreas Kretschmer <andreas@a-kretschmer.de> writes: > it would be good if we can also add this to chapter 7.8, wouldn't it? I don't feel a need to. 7.8 isn't attempting to define the syntax precisely. Moreover, we've had this feature since 8.4, and this is the first I've heard of somebody misinterpreting the syntax; so it doesn't seem like it's a huge problem that requires multiple explanations. I've pushed a patch for the SELECT reference page. regards, tom lane
Commits
-
Doc: clarify use of RECURSIVE in WITH.
- f1155901fa59 10.12 landed
- e0457665ccf8 11.7 landed
- 823a551fe0c6 12.2 landed
- 6e8516ef6c60 9.4.26 landed
- 5bb9954c1cda 9.6.17 landed
- 5b805886ca11 13.0 landed
- 4871270e38e5 9.5.21 landed