trivial patch for pg_freespacemap documentation

Started by hubert depesz lubaczewskiover 17 years ago2 messages
1 attachment(s)

while reading documentation for pg_freespacemap contrib module i found a
small mistake - the functions are names "pg_freespace" and not
"pg_freespacemap".

attached patch changes the sgml file with documentation.

best regards,

depesz

--
Linkedin: http://www.linkedin.com/in/depesz / blog: http://www.depesz.com/
jid/gtalk: depesz@depesz.com / aim:depeszhdl / skype:depesz_hdl / gg:6749007

Attachments:

pgfreespacemap.sgml.patchtext/x-diff; charset=utf-8Download
*** pgfreespacemap.sgml.orig	2008-10-02 11:55:44.000000000 +0200
--- pgfreespacemap.sgml	2008-10-02 11:56:09.000000000 +0200
***************
*** 10,16 ****
   <para>
    The <filename>pg_freespacemap</> module provides a means for examining the
    free space map (FSM). It provides a function called
!   <function>pg_freespacemap</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.
   </para>
--- 10,16 ----
   <para>
    The <filename>pg_freespacemap</> module provides a means for examining the
    free space map (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.
   </para>
***************
*** 26,32 ****
    <variablelist>
     <varlistentry>
      <term>
!      <function>pg_freespacemap(rel regclass IN, blkno bigint IN) returns int2</function>
      </term>
  
      <listitem>
--- 26,32 ----
    <variablelist>
     <varlistentry>
      <term>
!      <function>pg_freespace(rel regclass IN, blkno bigint IN) returns int2</function>
      </term>
  
      <listitem>
***************
*** 41,47 ****
  
     <varlistentry>
      <term>
!      <function>pg_freespacemap(rel regclass IN, blkno OUT int4, avail OUT int2)</function>
      </term>
  
      <listitem>
--- 41,47 ----
  
     <varlistentry>
      <term>
!      <function>pg_freespace(rel regclass IN, blkno OUT int4, avail OUT int2)</function>
      </term>
  
      <listitem>
#2Heikki Linnakangas
heikki.linnakangas@enterprisedb.com
In reply to: hubert depesz lubaczewski (#1)
Re: trivial patch for pg_freespacemap documentation

hubert depesz lubaczewski wrote:

while reading documentation for pg_freespacemap contrib module i found a
small mistake - the functions are names "pg_freespace" and not
"pg_freespacemap".

attached patch changes the sgml file with documentation.

Fixed, thanks.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com