Re: [DOCS] 7.2. Table Expressions suggestion about NATURAL JOIN

2011-05-17 Thread Grzegorz Szpetkowski
2011/5/18 Grzegorz Szpetkowski : > http://www.postgresql.org/docs/9.0/static/queries-table-expressions.html > http://www.postgresql.org/docs/9.0/static/sql-select.html > > Respectively: > > "Finally, NATURAL is a shorthand form of USING: it forms a USING list > consisting of all column names that a

[DOCS] 7.2. Table Expressions suggestion about NATURAL JOIN

2011-05-17 Thread Grzegorz Szpetkowski
http://www.postgresql.org/docs/9.0/static/queries-table-expressions.html http://www.postgresql.org/docs/9.0/static/sql-select.html Respectively: "Finally, NATURAL is a shorthand form of USING: it forms a USING list consisting of all column names that appear in both input tables. As with USING, th