Improve documentation of JOIN syntax. Explain NATURAL as an alternative
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/queries.sgml | modified | +67 −41 |
| doc/src/sgml/sql.sgml | modified | +71 −91 |