Re: add free space map link in pg_freespacemap page

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: add free space map link in pg_freespacemap page
Дата
Msg-id YiX0i/5mKRAJgOdU@paquier.xyz
обсуждение исходный текст
Ответ на Re: add free space map link in pg_freespacemap page  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: add free space map link in pg_freespacemap page  (Dong Wook Lee <sh95119@gmail.com>)
Список 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

Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: add free space map link in pg_freespacemap page
Следующее
От: Dong Wook Lee
Дата:
Сообщение: Re: add free space map link in pg_freespacemap page