pgsql: Doc: clarify use of RECURSIVE in WITH.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: clarify use of RECURSIVE in WITH.
Date: 2019-11-19 19:43:52
Message-ID: E1iX9Pk-0001Fv-0t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6e8516ef6c60adbcc40e2b913cafebf214f1d99c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-11-19 21:08:45 pgsql: Fix deadlock between ginDeletePage() and ginStepRight()
Previous Message Tom Lane 2019-11-19 19:43:51 pgsql: Doc: clarify use of RECURSIVE in WITH.