Doc: clarify use of RECURSIVE in WITH.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4871270e38e5ab0490b78c37ea7d4ccf3240edce
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-11-19T19:43:37Z
Releases: 9.5.21
Doc: clarify use of RECURSIVE in WITH.

Apparently some people misinterpreted the syntax as being that
RECURSIVE is a prefix of individual WITH queries.  It's a modifier
for the WITH clause as a whole, so state that more clearly.

Discussion: https://postgr.es/m/ca53c6ce-a0c6-b14a-a8e3-162f0b2cc119@a-kretschmer.de

Files

PathChange+/−
doc/src/sgml/ref/select.sgml modified +8 −0

Discussion