| От | PG Doc comments form |
|---|---|
| Тема | Documentation Issue? |
| Дата | |
| Msg-id | 159474395482.2727.16069530258941552222@wrigleys.postgresql.org обсуждение |
| Ответы |
Re: Documentation Issue?
|
| Список | pgsql-docs |
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/tutorial-join.html Description: The documentation at https://www.postgresql.org/docs/12/tutorial-join.html shows this query: SELECT * FROM weather, cities WHERE city = name; And then presents the following query as "an alternate form" that is "not as commonly used as the one above": SELECT * FROM weather INNER JOIN cities ON (weather.city = cities.name); Isn't that backwards? Isn't the first query the old ANSI-89 syntax? Shouldn't we be using then newer "INNER JOIN" syntax?
В списке pgsql-docs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера