The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/features-sql-standard.html
Description:

In "D.1. Supported
Features"(https://www.postgresql.org/docs/current/features-sql-standard.html),
identifiers appear as following:

F302            INTERSECT table operator         
F303            INTERSECT DISTINCT table operator        
F302-02                 INTERSECT ALL table operator     
F304            EXCEPT ALL table operator

The correct result would be as follows:

F302            INTERSECT table operator         
F302-02                 INTERSECT ALL table operator     
F303            INTERSECT DISTINCT table operator        
F304            EXCEPT ALL table operator

Reply via email to