Re: Documentation does not cover multiple WITH in one query

2018-08-26 Thread KES
Thank you. That is I am looking for. Never thought that 'WITH' syntax is described at 'SELECT'. Will be very helpful if this will be mentioned on this page: https://www.postgresql.org/docs/10/static/queries-with.html For an example: [ WITH [ RECURSIVE ] with_query [, ...] ] and with_q

Re: Documentation does not cover multiple WITH in one query

2018-08-26 Thread Bruce Momjian
On Sun, Aug 26, 2018 at 12:08:15PM +0300, KES wrote: > > Thank you. That is I am looking for. > Never thought that 'WITH' syntax is described at 'SELECT'. > > Will be very helpful if this will be mentioned on this page: > https://www.postgresql.org/docs/10/static/queries-with.html > For an exam

Re: Documentation does not cover multiple WITH in one query

2018-08-24 Thread Bruce Momjian
On Wed, Aug 22, 2018 at 09:24:52AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/static/queries-with.html > Description: > > Hi. I have found > [DOC](https://www.postgresql.org/docs/10/static/q

Documentation does not cover multiple WITH in one query

2018-08-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/queries-with.html Description: Hi. I have found [DOC](https://www.postgresql.org/docs/10/static/queries-with.html) it is fine, but did not cover multiple WITH in one query. I foun