Re: [DOCS] Stats views and functions not in order?
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-28T00:10:30Z
Lists: pgsql-hackers
On Sat, Nov 26, 2022 at 2:43 PM David G. Johnston <david.g.johnston@gmail.com> wrote: > > On Wed, Nov 23, 2022 at 1:36 AM Peter Smith <smithpb2250@gmail.com> wrote: >> >> On Thu, Nov 17, 2022 at 8:46 AM David G. Johnston >> <david.g.johnston@gmail.com> wrote: >> >> > Also, make it so each view ends up being its own separate page. >> > >> >> I did not do this. AFAIK those views of chapter 54 get rendered to >> separate pages only because they are top-level <sect1>. So I do not >> know how to put all these stats views onto different pages without >> radically changing the document structure. Anyway – doing this would >> be incompatible with my <sect3> changes of patch 0006 (see above). >> > > I did some experimentation and reading on this today. Short answer - turn each view into a refentry under a dedicated sect2 where the table resides. Thanks very much for your suggestion. I will look at redoing the v7-0003 patch using that approach when I get some more time (maybe in a day or so), ------ Kind Regards, Peter Smith. Fujitsu Australia
Commits
-
doc: Re-order Table 28.2 "Collected Statistics Views"
- 72e0ff2677c4 16.0 landed
-
doc: Re-order Table 28.35 "Per-Backend Statistics Functions"
- b1d0158060f3 16.0 landed
-
doc: Re-order Table 28.12 "Wait Events of type LWLock"
- 9c558b94f0ca 16.0 landed
-
doc: Re-order sections of "28.4. Progress Reporting"
- 6573643501e9 16.0 landed