Documentation does not cover multiple WITH in one query

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: kes-kes(at)yandex(dot)ru
Subject: Documentation does not cover multiple WITH in one query
Date: 2018-08-22 09:24:52
Message-ID: 153492989238.1378.11935777086367711326@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2018-08-23 05:56:16 fix word
Previous Message PG Doc comments form 2018-08-21 09:17:35 Global dict name is listed inconsistently