pgsql: doc: split out the NATURAL/CROSS JOIN in SELECT syntax

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: split out the NATURAL/CROSS JOIN in SELECT syntax
Date: 2022-09-01 01:46:42
Message-ID: E1oTZI1-000r5D-Gu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: split out the NATURAL/CROSS JOIN in SELECT syntax

This allows the syntax to be more accurate about what clauses are
supported. Also switch an example query to use the ANSI join syntax.

Reported-by: Joel Jacobson

Discussion: https://postgr.es/m/67b71d3e-0c22-44df-a223-351f14418319@www.fastmail.com

Backpatch-through: 11

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8d489a30c0da319b24f9d22a0267c3c7f26564a7

Modified Files
--------------
doc/src/sgml/ref/select.sgml | 46 +++++++++++++++++++++++---------------------
1 file changed, 24 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-09-01 02:05:03 pgsql: doc: clarify that pgcrypto's gen_random_uuid calls core func.
Previous Message Tom Lane 2022-09-01 01:33:59 pgsql: Port regress-python3-mangle.mk to Solaris "sed", redux.