pgsql: Clarify that NATURAL without matching columns is like CROSS JOIN

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify that NATURAL without matching columns is like CROSS JOIN
Date: 2011-06-13 17:00:33
Message-ID: E1QWAV7-0007Re-8l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify that NATURAL without matching columns is like CROSS JOIN.

As suggested by Grzegorz Szpetkowski.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/26e7eec5f07c5dfb4b57f374bf01185edd88cf73

Modified Files
--------------
doc/src/sgml/queries.sgml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-06-13 17:04:42 pgsql: Remove parentheses from mention of current_schemas function.
Previous Message Robert Haas 2011-06-13 16:39:08 pgsql: Add doc cross-reference to search_path discussion of current_sch