documentation for WITH RECURSIVE
Andreas Kretschmer <andreas@a-kretschmer.de>
From: Andreas Kretschmer <andreas@a-kretschmer.de>
To: pgsql-docs@lists.postgresql.org
Date: 2019-11-18T14:36:24Z
Lists: pgsql-docs
Hi, One of our customers had problems with the syntax of WITH RECURSIVE. He suggested that the documentation should be improved, maybe with this sentence: "If any of the CTEs is recursive, the recursive keywork must be present after with", so to make sure that it does not refer to just one of the named subqueries. Regards, Andreas -- 2ndQuadrant - The PostgreSQL Support Company. www.2ndQuadrant.com
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