incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual - Mailing list pgsql-docs

From PG Doc comments form
Subject incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual
Date
Msg-id 170866661469.645.14101429540172934386@wrigleys.postgresql.org
Whole thread Raw
Responses Re: incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual
List pgsql-docs
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

pgsql-docs by date:

Previous
From: Erik Wienhold
Date:
Subject: Re: [PATCH] Fix link to pg_ident_file_mappings
Next
From: Daniel Gustafsson
Date:
Subject: Re: incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual