Re: descriptions of pg_stat_user_functions and pg_stat_slru

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: descriptions of pg_stat_user_functions and pg_stat_slru
Date: 2020-05-20 18:26:27
Message-ID: bd73f8fe-7a9f-d903-b84f-8410ba3e1d5f@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 2020/05/20 22:32, Tom Lane wrote:
> Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> writes:
>> Also I don't like that all the stats views are packed in one section
>> currently. Which makes the docs difficult to read, I'm afraid. Thought?
>> If we change the layout entirely, at the same time, what about separating
>> each view into different section by adding <sect2>?
>
> OK by me --- that, too, would be more like the existing catalogs
> chapter.

Yeah, so I'd like to propose the attached patch.

- 6644 | LWLock | ProcArrayLock
+ 6644 | LWLock | ProcArray

I found "ProcArrayLock" is still used in monitoring.sgml though
it was renamed to ProcArray. So the patch also includes the above change.

Regards,

--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Attachment Content-Type Size
monitoring_docfix.patch text/plain 23.5 KB

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Alvaro Herrera 2020-05-20 18:43:05 Re: ATTACH/DETACH partitions and locking
Previous Message Tom Lane 2020-05-20 13:32:38 Re: descriptions of pg_stat_user_functions and pg_stat_slru