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

Commit3af1094

Browse files
committed
Put option listing back into alphabetical order
1 parente59d428 commit3af1094

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

‎doc/src/sgml/ref/vacuumdb.sgml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,21 @@ PostgreSQL documentation
151151
</listitem>
152152
</varlistentry>
153153

154+
<varlistentry>
155+
<term><option>--force-index-cleanup</option></term>
156+
<listitem>
157+
<para>
158+
Always remove index entries pointing to dead tuples.
159+
</para>
160+
<note>
161+
<para>
162+
This option is only available for servers running
163+
<productname>PostgreSQL</productname> 12 and later.
164+
</para>
165+
</note>
166+
</listitem>
167+
</varlistentry>
168+
154169
<varlistentry>
155170
<term><option>-j <replaceable class="parameter">njobs</replaceable></option></term>
156171
<term><option>--jobs=<replaceable class="parameter">njobs</replaceable></option></term>
@@ -244,21 +259,6 @@ PostgreSQL documentation
244259
</listitem>
245260
</varlistentry>
246261

247-
<varlistentry>
248-
<term><option>--force-index-cleanup</option></term>
249-
<listitem>
250-
<para>
251-
Always remove index entries pointing to dead tuples.
252-
</para>
253-
<note>
254-
<para>
255-
This option is only available for servers running
256-
<productname>PostgreSQL</productname> 12 and later.
257-
</para>
258-
</note>
259-
</listitem>
260-
</varlistentry>
261-
262262
<varlistentry>
263263
<term><option>--no-process-toast</option></term>
264264
<listitem>

‎src/bin/scripts/vacuumdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,11 +1038,11 @@ help(const char *progname)
10381038
printf(_(" -e, --echo show the commands being sent to the server\n"));
10391039
printf(_(" -f, --full do full vacuuming\n"));
10401040
printf(_(" -F, --freeze freeze row transaction information\n"));
1041+
printf(_(" --force-index-cleanup always remove index entries that point to dead tuples\n"));
10411042
printf(_(" -j, --jobs=NUM use this many concurrent connections to vacuum\n"));
10421043
printf(_(" --min-mxid-age=MXID_AGE minimum multixact ID age of tables to vacuum\n"));
10431044
printf(_(" --min-xid-age=XID_AGE minimum transaction ID age of tables to vacuum\n"));
10441045
printf(_(" --no-index-cleanup don't remove index entries that point to dead tuples\n"));
1045-
printf(_(" --force-index-cleanup always remove index entries that point to dead tuples\n"));
10461046
printf(_(" --no-process-toast skip the TOAST table associated with the table to vacuum\n"));
10471047
printf(_(" --no-truncate don't truncate empty pages at the end of the table\n"));
10481048
printf(_(" -P, --parallel=PARALLEL_WORKERS use this many background workers for vacuum, if available\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp