[DOCS] Duplicative index entries in v10/HEAD builds

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [DOCS] Duplicative index entries in v10/HEAD builds
Дата
Msg-id 14718.1508899622@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [DOCS] Duplicative index entries in v10/HEAD builds
Список pgsql-docs
In 9.6, the HTML doc build's index entry for "data type" looks like

data type, Data Types   base, The PostgreSQL Type System   category, Overview   composite, The PostgreSQL Type System
constant,Constants of Other Types   conversion, Type Conversion   enumerated (enum), Enumerated Types   internal
organization,Base Types in C-Language Functions   numeric, Numeric Types   type cast, Type Casts   user-defined,
User-definedTypes 

where each of the phrases on the right is a hyperlink to a section.
Fine.  But in HEAD we get

data type, Data Types, Numeric Types, Enumerated Types, Domain Types, Type Conversion, The PostgreSQL Type System, The
PostgreSQLType System, The PostgreSQL Type System, Polymorphic Types, Base Types in C-Language Functions, User-defined
Types  base, The PostgreSQL Type System   category, Overview   composite, The PostgreSQL Type System   constant,
Constantsof Other Types   container, The PostgreSQL Type System   conversion, Type Conversion   domain, Domain Types
enumerated(enum), Enumerated Types   internal organization, Base Types in C-Language Functions   numeric, Numeric Types
 polymorphic, Polymorphic Types   type cast, Type Casts   user-defined, User-defined Types 

How do we get rid of those duplicative (and not-appropriate-to-the-
main-topic) links on the first line?

v10 has the same disease, though not quite as bad as HEAD
because I just added some more <indexterm> items in HEAD.
        regards, tom lane


--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

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

Предыдущее
От: torsten.grust@gmail.com
Дата:
Сообщение: [DOCS] Add JSON to the list of acronyms in the documentation's appendix
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [DOCS] Duplicative index entries in v10/HEAD builds