summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas2008-10-02 10:26:51 +0000
committerHeikki Linnakangas2008-10-02 10:26:51 +0000
commit0d7cf684d92f8c46ea3b0d715146e0b5ecb00656 (patch)
tree4b6741897f87e4d346eae3212b09d4eb19d3d428
parent60c9c5a3ad22bfdebedd1b83f08d3069d1de0190 (diff)
Fix function name in pg_freespacemap docs. It's "pg_freespace", not
"pg_freespacemap". Reported by hubert depesz lubaczewski.
-rw-r--r--doc/src/sgml/pgfreespacemap.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/pgfreespacemap.sgml b/doc/src/sgml/pgfreespacemap.sgml
index a001cfb0b2..aa2349c8d1 100644
--- a/doc/src/sgml/pgfreespacemap.sgml
+++ b/doc/src/sgml/pgfreespacemap.sgml
@@ -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>