Re: clarification on chaining of set operations

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: clarification on chaining of set operations
Дата
Msg-id 4017319.1633390838@sss.pgh.pa.us
обсуждение исходный текст
Ответ на clarification on chaining of set operations  (PG Doc comments form <noreply@postgresql.org>)
Список pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes:
> Regarding section 7.4 of the documentation.  I was curious about the
> behavior when combining different set operations in one query, e.g, 
> query1 op1 query2 op2 query3;
> where op1 and op2 are one of UNION, INTERSECT, EXCEPT.

> The documentation suggests that this is equivalent to 
> (query1 op1 query2) op2 query3;
> but only states it for the case when op1 = op2 = UNION.

The SELECT reference page explains that INTERSECT binds more tightly
than UNION or EXCEPT.  I think it's an oversight that section 7.4
doesn't mention that.

            regards, tom lane



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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: clarification on chaining of set operations
Следующее
От: PG Doc comments form
Дата:
Сообщение: Correction to documentation at https://www.postgresql.org/docs/12/kernel-resources.html