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

From PG Doc comments form
Subject The line `This syntax is not as commonly used as the one above, but we show it here...`
Date
Msg-id 158653822913.25695.16493480327650414080@wrigleys.postgresql.org
Whole thread Raw
List 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.

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Difference options with the CREATE ROLE docs
Next
From: PG Doc comments form
Date:
Subject: Improve This Sentence?