Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef58703

Browse files
committed
Change a VACUUM manual page word from 'deleted' to 'expired', so DELETE
and UPDATE are clearly covered by the term.
1 parent05911de commitef58703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ref/vacuum.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -29,7 +29,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
2929
<title>Description</title>
3030

3131
<para>
32-
<command>VACUUM</command> reclaims storage occupied bydeleted tuples.
32+
<command>VACUUM</command> reclaims storage occupied byexpired tuples.
3333
In normal <productname>PostgreSQL</productname> operation, tuples that
3434
are deleted or obsoleted by an update are not physically removed from
3535
their table; they remain present until a <command>VACUUM</command> is

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp