Documentation does not cover multiple WITH in one query - Mailing list pgsql-docs

From PG Doc comments form
Subject Documentation does not cover multiple WITH in one query
Date
Msg-id 153492989238.1378.11935777086367711326@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Documentation does not cover multiple WITH in one query  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
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 found answer only [here](https://stackoverflow.com/a/38137037/4632019)

May you please add the example:

    WITH table1 AS (...), table2 AS (...) SELECT * FROM table1, table2

thank you

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Global dict name is listed inconsistently
Next
From: PG Doc comments form
Date:
Subject: fix word