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

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема The line `This syntax is not as commonly used as the one above, but we show it here...`
Дата
Msg-id 158653822913.25695.16493480327650414080@wrigleys.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Difference options with the CREATE ROLE docs
Следующее
От: PG Doc comments form
Дата:
Сообщение: Improve This Sentence?