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_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(-)
