File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 by deleted tuples.
32
+ <command>VACUUM</command> reclaims storage occupied by expired 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
You can’t perform that action at this time.
0 commit comments