The line `This syntax is not as commonly used as the one above, but we show it here...`

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: jayworker(at)gmail(dot)com
Subject: The line `This syntax is not as commonly used as the one above, but we show it here...`
Date: 2020-04-10 17:03:49
Message-ID: 158653822913.25695.16493480327650414080@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/tutorial-join.html
Description:

Actually, it is good practice to avoid using 'cross joins' and use the
'inner join' syntax. Most query planners might optimize both queries to run
the same plan, but the inner join reflects intent and is clearer and is
preferred in production code.

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2020-04-10 18:32:05 Improve This Sentence?
Previous Message Tom Lane 2020-04-10 15:30:34 Re: pgsql: doc: add examples of creative use of unique expression indexes