documentation for WITH RECURSIVE - Mailing list pgsql-docs

From Andreas Kretschmer
Subject documentation for WITH RECURSIVE
Date
Msg-id ca53c6ce-a0c6-b14a-a8e3-162f0b2cc119@a-kretschmer.de
Whole thread Raw
Responses Re: documentation for WITH RECURSIVE  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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




pgsql-docs by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: GSoD - a patch for Getting Started tutorial
Next
From: Tom Lane
Date:
Subject: Re: documentation for WITH RECURSIVE