Re: SELECT documentation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SELECT documentation
Дата
Msg-id 550433.1660443686@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SELECT documentation  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: SELECT documentation  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Hi, I agree we should show the more modern JOIN sytax.  However, this is
> just an example, so one example should be sufficient.  I went with the
> first one in the attached patch.

You should not remove the CROSS JOIN mention at l. 604, first because
the references to it just below would become odd, and second because
then it's not explained anywhere on the page.  Perhaps you could
put back a definition of CROSS JOIN just below the entry for NATURAL,
but you'll still have to do something with the references at l. 614,
628, 632.

Also, doesn't "[ AS join_using_alias ]" apply to NATURAL and CROSS
joins?  You've left that out of the syntax summary.

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: SELECT documentation
Следующее
От: vignesh C
Дата:
Сообщение: Include the dependent extension information in describe command.