documentation for WITH RECURSIVE

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: documentation for WITH RECURSIVE
Date: 2019-11-18 14:36:24
Message-ID: ca53c6ce-a0c6-b14a-a8e3-162f0b2cc119@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

One of our customers had problems with the syntax of WITH RECURSIVE. He
suggested that the documentation should be improved, maybe with this
sentence:

"If any of the CTEs is recursive, the recursive keywork must be present
after with", so to make sure that it does not refer to just one of the
named subqueries.

Regards, Andreas

--
2ndQuadrant - The PostgreSQL Support Company.
www.2ndQuadrant.com

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Laurenz Albe 2019-11-18 14:40:51 Re: Role membership and DROP
Previous Message Laurenz Albe 2019-11-18 09:15:42 Re: GSoD - a patch for Getting Started tutorial