Make subquery aliases optional in the FROM clause.

Dean Rasheed <dean.a.rasheed@gmail.com>

Commit: bcedd8f5fce0b69970cf0cee7bca560833d05869
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
Date: 2022-07-20T08:29:42Z
Releases: 16.0
Make subquery aliases optional in the FROM clause.

This allows aliases for sub-SELECTs and VALUES clauses in the FROM
clause to be omitted.

This is an extension of the SQL standard, supported by some other
database systems, and so eases the transition from such systems, as
well as removing the minor inconvenience caused by requiring these
aliases.

Patch by me, reviewed by Tom Lane.

Discussion: https://postgr.es/m/CAEZATCUCGCf82=hxd9N5n6xGHPyYpQnxW8HneeH+uP7yNALkWA@mail.gmail.com

Files

Documentation touched

Discussion