]> 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)
commit6e8516ef6c60adbcc40e2b913cafebf214f1d99c
tree960a320459bb367121035119144f2c64ef22c99a
parente5df9bb0179512bef6d9e1b51b3d07ca4db3f4ec
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