Improve documentation of JOIN syntax. Explain NATURAL as an alternative

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

Commit: 52cacf46b45fe92b91b3cb1ceef9db164bb328a8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-02-15T04:10:54Z
Releases: 7.1.1
Improve documentation of JOIN syntax.  Explain NATURAL as an alternative
to ON and USING for specifying the join condition, not as an independent
kind of join semantics.

Files

PathChange+/−
doc/src/sgml/queries.sgml modified +67 −41
doc/src/sgml/sql.sgml modified +71 −91