Re: GSoD - a patch for Getting Started tutorial

2019-11-18 Thread Liudmila Mantrova
Thank you, Laurenz! On Mon, Nov 18, 2019 at 12:15 PM Laurenz Albe wrote: > On Sun, 2019-11-17 at 00:04 +0300, Liudmila Mantrova wrote: > > This is a good thing; I have seen people complain about the tutorial > ( > https://www.postgresql.eu/events/pgconfeu2019/schedule/session/2735-whats-wrong-wi

Re: documentation for WITH RECURSIVE

2019-11-18 Thread Andreas Kretschmer
Am 18.11.19 um 18:32 schrieb Tom Lane: Andreas Kretschmer writes: 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 aft

Re: documentation for WITH RECURSIVE

2019-11-18 Thread Tom Lane
Andreas Kretschmer writes: > 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 i

Re: Role membership and DROP

2019-11-18 Thread Laurenz Albe
On Fri, 2019-11-15 at 13:41 -0500, Tom Lane wrote: > Laurenz Albe writes: > > On Wed, 2019-11-13 at 17:17 -0500, Tom Lane wrote: > > > It might be worth clarifying this point in section 5.7, > > > https://www.postgresql.org/docs/devel/ddl-priv.html > > > but let's not duplicate that in every ref/

documentation for WITH RECURSIVE

2019-11-18 Thread Andreas Kretschmer
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 o

Re: GSoD - a patch for Getting Started tutorial

2019-11-18 Thread Laurenz Albe
On Sun, 2019-11-17 at 00:04 +0300, Liudmila Mantrova wrote: > Some time ago I was selected to participate in Google season of docs program > to update > the introductory tutorial. Please consider the attached patch for the Getting > Started part. > Keeping the original information, i tried to mak