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/[email protected] Branch ------ REL9_4_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/6e8516ef6c60adbcc40e2b913cafebf214f1d99c Modified Files -------------- doc/src/sgml/ref/select.sgml | 8 ++++++++ 1 file changed, 8 insertions(+)
