|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.43 2006/11/05 22:42:07 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.44 2006/12/23 01:58:40 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -29,7 +29,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
|
29 | 29 | <title>Description</title>
|
30 | 30 |
|
31 | 31 | <para>
|
32 |
| - <command>VACUUM</command> reclaims storage occupied bydeleted tuples. |
| 32 | + <command>VACUUM</command> reclaims storage occupied byexpired tuples. |
33 | 33 | In normal <productname>PostgreSQL</productname> operation, tuples that
|
34 | 34 | are deleted or obsoleted by an update are not physically removed from
|
35 | 35 | their table; they remain present until a <command>VACUUM</command> is
|
|