Re: add free space map link in pg_freespacemap page

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: Dong Wook Lee <sh95119(at)gmail(dot)com>, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: add free space map link in pg_freespacemap page
Date: 2022-03-07 12:03:23
Message-ID: YiX0i/5mKRAJgOdU@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Mon, Mar 07, 2022 at 11:08:16AM +0100, Laurenz Albe wrote:
> On Sun, 2022-03-06 at 23:42 +0900, Dong Wook Lee wrote:
>>   <para>
>>    The <filename>pg_freespacemap</filename> module provides a means for examining the
>> -  free space map (FSM). It provides a function called
>> +  <link linkend="storage-fsm">free space map</link> (FSM). It provides a function called
>>    <function>pg_freespace</function>, or two overloaded functions, to be
>>    precise. The functions show the value recorded in the free space map for
>>    a given page, or for all pages in the relation.
>>
>> so I propose a patch to fix it.
>
> +1

Shouldn't you use an <acronym> here? FSM is a term listed in the
section dedicated to acronyms.
--
Michael

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Dong Wook Lee 2022-03-08 00:31:49 Re: add free space map link in pg_freespacemap page
Previous Message Laurenz Albe 2022-03-07 10:08:16 Re: add free space map link in pg_freespacemap page