]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: clarify use of RECURSIVE in WITH.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Nov 2019 19:43:37 +0000 (14:43 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Nov 2019 19:43:37 +0000 (14:43 -0500)
commit5bb9954c1cda315add1ceeeec601eadf6ee48c0c
tree1a37caea31a5f135309b9268978f84f03b52f58f
parent611a4aba15f0e9ef8ef710454bd0ecb4f671eb39
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
doc/src/sgml/ref/select.sgml