]> 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)
commitf1155901fa598f3476a489152fbfe37a5833613c
treeaca6e2a4fb21591c9b70ebe004ad285d17587c35
parentd30e0ed55c6bba632f491fa8db2c2bbde33330c3
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