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: [email protected]
Views: Whole Thread | Raw Message | 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/[email protected]

Backpatch-through: 11

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d514d77ac3e36935803f2101124a1af2b57d4bf1

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.