Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f10a86ec
Commit
f10a86ec
authored
Oct 02, 2008
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix function name in pg_freespacemap docs. It's "pg_freespace", not
"pg_freespacemap". Reported by hubert depesz lubaczewski.
parent
22c2c695
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/pgfreespacemap.sgml
doc/src/sgml/pgfreespacemap.sgml
+4
-4
No files found.
doc/src/sgml/pgfreespacemap.sgml
View file @
f10a86ec
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgfreespacemap.sgml,v 2.
3 2008/09/30 10:52:09
heikki Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgfreespacemap.sgml,v 2.
4 2008/10/02 10:26:51
heikki Exp $ -->
<sect1 id="pgfreespacemap">
<title>pg_freespacemap</title>
...
...
@@ -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_freespace
map
</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_freespace
map
(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_freespace
map
(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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment