Re: descriptions of pg_stat_user_functions and pg_stat_slru - Mailing list pgsql-docs

From Fujii Masao
Subject Re: descriptions of pg_stat_user_functions and pg_stat_slru
Date
Msg-id bd73f8fe-7a9f-d903-b84f-8410ba3e1d5f@oss.nttdata.com
Whole thread Raw
In response to Re: descriptions of pg_stat_user_functions and pg_stat_slru  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: descriptions of pg_stat_user_functions and pg_stat_slru
List pgsql-docs

On 2020/05/20 22:32, Tom Lane wrote:
> Fujii Masao <masao.fujii@oss.nttdata.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

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: descriptions of pg_stat_user_functions and pg_stat_slru
Next
From: Alvaro Herrera
Date:
Subject: Re: ATTACH/DETACH partitions and locking