Fix function name in pg_freespacemap docs. It's "pg_freespace", not
authorHeikki Linnakangas <heikki@enterprisedb.com>
Thu, 2 Oct 2008 10:26:51 +0000 (10:26 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Thu, 2 Oct 2008 10:26:51 +0000 (10:26 +0000)
"pg_freespacemap". Reported by hubert depesz lubaczewski.

doc/src/sgml/pgfreespacemap.sgml

index a001cfb0b2f8e2594fd900e50020c86fa46c6560..aa2349c8d1b51267a5d4e5c229b4b0c4f0b6f4b2 100644 (file)
@@ -10,7 +10,7 @@
  <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
+  <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,7 +26,7 @@
   <variablelist>
    <varlistentry>
     <term>
-     <function>pg_freespacemap(rel regclass IN, blkno bigint IN) returns int2</function>
+     <function>pg_freespace(rel regclass IN, blkno bigint IN) returns int2</function>
     </term>
 
     <listitem>
@@ -41,7 +41,7 @@
 
    <varlistentry>
     <term>
-     <function>pg_freespacemap(rel regclass IN, blkno OUT int4, avail OUT int2)</function>
+     <function>pg_freespace(rel regclass IN, blkno OUT int4, avail OUT int2)</function>
     </term>
 
     <listitem>