Re: add free space map link in pg_freespacemap page

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: add free space map link in pg_freespacemap page
Дата
Msg-id 14aeba35c06421ae40c96f3fc31ce998d50dad41.camel@cybertec.at
обсуждение исходный текст
Ответ на add free space map link in pg_freespacemap page  (Dong Wook Lee <sh95119@gmail.com>)
Ответы Re: add free space map link in pg_freespacemap page  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-docs
On Sun, 2022-03-06 at 23:42 +0900, Dong Wook Lee wrote:
> Hi,
> I found that there is a link to `pg_freespacemap` in the `free space map` page but there is no link to `free space
map`in the `pg_freespacemap` page. 
 
> 
> diff --git a/doc/src/sgml/pgfreespacemap.sgml b/doc/src/sgml/pgfreespacemap.sgml
> index 5025498249..0ab3307e9c 100644
> --- a/doc/src/sgml/pgfreespacemap.sgml
> +++ b/doc/src/sgml/pgfreespacemap.sgml
> @@ -9,7 +9,7 @@
> 
>   <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

Yours,
Laurenz Albe




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

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