Synopsis of SELECT statement: UNION, INTERSECTION, EXCEPT

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Synopsis of SELECT statement: UNION, INTERSECTION, EXCEPT
Дата
Msg-id 152110913499.1223.7026776990975251345@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Synopsis of SELECT statement: UNION, INTERSECTION, EXCEPT  (Euler Taveira <euler@timbira.com.br>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/sql-select.html
Description:

The SYNOPSIS section of the "SELECT" SQL command contains the line

[ { UNION | INTERSECT | EXCEPT } [ ALL | DISTINCT ] select ]

(with a boldface "select"), but it is not clear what is meant by that
"select". Further down the page, in the "UNION clause" section (and also
INTERSECTION or EXCEPT), it is written:

select_statement UNION [ ALL | DISTINCT ] select_statement

which uses boldface "select_statement" instead of boldface "select" as in
the synopsis. This is confusing.

It would be great if the boldface "select" in the synopsis could be better
defined.

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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Can we only add values to enums?
Следующее
От: PG Doc comments form
Дата:
Сообщение: Problems with pg_upgrade under Windows