Provide adequate documentation of the "table_name *" notation.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 634d80ab2a61d8c29ce763018bd8790dffcb2bd6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-09-17T18:59:35Z
Releases: 9.2.1
Provide adequate documentation of the "table_name *" notation.

Somewhere along the line, somebody decided to remove all trace of this
notation from the documentation text.  It was still in the command syntax
synopses, or at least some of them, but with no indication what it meant.
This will not do, as evidenced by the confusion apparent in bug #7543;
even if the notation is now unnecessary, people will find it in legacy
SQL code and need to know what it does.

Files