summaryrefslogtreecommitdiff
path: root/docs/programmer_reference/am_stat.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/programmer_reference/am_stat.html')
-rw-r--r--docs/programmer_reference/am_stat.html26
1 files changed, 16 insertions, 10 deletions
diff --git a/docs/programmer_reference/am_stat.html b/docs/programmer_reference/am_stat.html
index 1663a9cc..1c3a66b7 100644
--- a/docs/programmer_reference/am_stat.html
+++ b/docs/programmer_reference/am_stat.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -22,9 +22,7 @@
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="am_delete.html">Prev</a> </td>
- <th width="60%" align="center">Chapter 3. 
- Access Method Operations
- </th>
+ <th width="60%" align="center">Chapter 3.  Access Method Operations </th>
<td width="20%" align="right"> <a accesskey="n" href="am_truncate.html">Next</a></td>
</tr>
</table>
@@ -38,10 +36,16 @@
</div>
</div>
</div>
- <p>The <a href="../api_reference/C/dbstat.html" class="olink">DB-&gt;stat()</a> method returns a set of statistics about the underlying
-database, for example, the number of key/data pairs in the database, how
-the database was originally configured, and so on.</p>
- <p>There is a flag you can set to avoid time-consuming operations:</p>
+ <p>
+ The <a href="../api_reference/C/dbstat.html" class="olink">DB-&gt;stat()</a> method returns a set of statistics about the
+ underlying database, for example, the number of key/data pairs
+ in the database, how the database was originally configured,
+ and so on.
+ </p>
+ <p>
+ There is a flag you can set to avoid time-consuming
+ operations:
+ </p>
<div class="variablelist">
<dl>
<dt>
@@ -49,8 +53,10 @@ the database was originally configured, and so on.</p>
<a href="../api_reference/C/dbstat.html#stat_DB_FAST_STAT" class="olink">DB_FAST_STAT</a>
</span>
</dt>
- <dd>Return only information that can be acquired without traversing the
-entire database.</dd>
+ <dd>
+ Return only information that can be acquired
+ without traversing the entire database.
+ </dd>
</dl>
</div>
</div>