Provide adequate documentation of the "table_name *" notation.

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

Commit: 3c64342c861c77504df6c195c9db3e166d0c7491
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-09-17T18:59:31Z
Releases: 9.3.0
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