incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: koizumistr(at)minos(dot)ocn(dot)ne(dot)jp
Subject: incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual
Date: 2024-02-23 05:36:54
Message-ID: 170866661469.645.14101429540172934386@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Gustafsson 2024-02-23 09:06:54 Re: incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual
Previous Message Erik Wienhold 2024-02-21 22:16:13 Re: [PATCH] Fix link to pg_ident_file_mappings