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

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual
Дата
Msg-id 170866661469.645.14101429540172934386@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual  (Daniel Gustafsson <daniel@yesql.se>)
Список 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 по дате отправления:

Предыдущее
От: Erik Wienhold
Дата:
Сообщение: Re: [PATCH] Fix link to pg_ident_file_mappings
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: incorrect order? in "D.1. Supported Features" of PostgreSQL 16 manual