> Hi, > > The index items for pg_stat_progress_xxx views point to the "Viewing > Statistics" section, but not to the dedicated section (e.g., "ANALYZE > Progress > Reporting") for each view. IMO this is very inconvenient when finding > the section describing each pg_stat_progress_xxx view, from the index. > So what about adding new pointer to the section for each view in the index? > Patch attached. > > BTW, other stats views have both pointers in the index.
When setting an <indexterm>, it's better to set the zone attribute to indicate which section it's associated with. For example, <indexterm zone="analyze-progress-reporting"> <primary>pg_stat_progress_analyze</primary> </indexterm> Regards, Shinya Kato