pgsql: Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT c
Дата
Msg-id E1P6qHI-0001Ur-NQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT constructs.

I also rearranged the order of the sections to match the logical order
of processing steps: the distinct-elimination implied by SELECT DISTINCT
happens before, not after, any UNION/INTERSECT/EXCEPT combination.

Per a suggestion from Hitoshi Harada.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=71d24466fb84bf51c479dcc85b52a0c2b71b9c50

Modified Files
--------------
doc/src/sgml/ref/select.sgml      |  126 ++++++++++++++++++++-----------------
doc/src/sgml/ref/select_into.sgml |    2 +-
2 files changed, 69 insertions(+), 59 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Allow pg_ctl to register the service in either AUTO or DEMAND st
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Change references to SQL/XML:2003 to :2008 and renumber sections