pgsql: Doc: clarify use of RECURSIVE in WITH. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: clarify use of RECURSIVE in WITH.
Date
Msg-id E1iX9Pj-0001Ft-W7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4871270e38e5ab0490b78c37ea7d4ccf3240edce

Modified Files
--------------
doc/src/sgml/ref/select.sgml | 8 ++++++++
1 file changed, 8 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: clarify use of RECURSIVE in WITH.