]> 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)
commit5b805886ca11d5d74217ab1f12395ad54507d4d5
treeb241dd7e6056d44755fb2a4792f5339983c51c14
parent787b3fd33fb3089bf80d49ef9948a6ec85005d04
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