SELECT , UNION INTERSECT EXCEPT clause

Lists: pgsql-docs
From: ddvkosenko(at)gmail(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: SELECT , UNION INTERSECT EXCEPT clause
Date: 2017-06-12 16:16:25
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/sql-select.html
Description:

https://www.postgresql.org/docs/current/static/sql-select.html#SQL-UNION
In this section there is information about usage ORDER BY and LIMIT inside
second UNION subquery. In my opinion, it's necessary to add information
about the same behavior of WITH clause and FOR and FETCH clauses.