The following bug has been logged on the website:
Bug reference: 13966
Logged by: Iurii Popov
Email address: iurii(dot)i(dot)popov(at)gmail(dot)com
PostgreSQL version: 9.5.1
Operating system: Ubuntu
Description:
There is the description mismatch at documentation.
1. http://www.postgresql.org/docs/9.5/static/sql-select.html (SELECT)
Each subquery can be a SELECT, TABLE, VALUES, INSERT, UPDATE or DELETE
statement.
2. http://www.postgresql.org/docs/9.5/static/queries-with.html (7.8. WITH
Queries (Common Table Expressions))
Each auxiliary statement in a WITH clause can be a SELECT, INSERT, UPDATE,
or DELETE;
Where is TABLE and VALUES?