|
|
@ -39,7 +39,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet |
|
|
|
PARALLEL <replaceable class="parameter">integer</replaceable> |
|
|
|
PARALLEL <replaceable class="parameter">integer</replaceable> |
|
|
|
SKIP_DATABASE_STATS [ <replaceable class="parameter">boolean</replaceable> ] |
|
|
|
SKIP_DATABASE_STATS [ <replaceable class="parameter">boolean</replaceable> ] |
|
|
|
ONLY_DATABASE_STATS [ <replaceable class="parameter">boolean</replaceable> ] |
|
|
|
ONLY_DATABASE_STATS [ <replaceable class="parameter">boolean</replaceable> ] |
|
|
|
BUFFER_USAGE_LIMIT [ <replaceable class="parameter">size</replaceable> ] |
|
|
|
BUFFER_USAGE_LIMIT <replaceable class="parameter">size</replaceable> |
|
|
|
|
|
|
|
|
|
|
|
<phrase>and <replaceable class="parameter">table_and_columns</replaceable> is:</phrase> |
|
|
|
<phrase>and <replaceable class="parameter">table_and_columns</replaceable> is:</phrase> |
|
|
|
|
|
|
|
|
|
|
@ -399,9 +399,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet |
|
|
|
<para> |
|
|
|
<para> |
|
|
|
Specifies an amount of memory in kilobytes. Sizes may also be specified |
|
|
|
Specifies an amount of memory in kilobytes. Sizes may also be specified |
|
|
|
as a string containing the numerical size followed by any one of the |
|
|
|
as a string containing the numerical size followed by any one of the |
|
|
|
following memory units: <literal>kB</literal> (kilobytes), |
|
|
|
following memory units: <literal>B</literal> (bytes), |
|
|
|
<literal>MB</literal> (megabytes), <literal>GB</literal> (gigabytes), or |
|
|
|
<literal>kB</literal> (kilobytes), <literal>MB</literal> (megabytes), |
|
|
|
<literal>TB</literal> (terabytes). |
|
|
|
<literal>GB</literal> (gigabytes), or <literal>TB</literal> (terabytes). |
|
|
|
</para> |
|
|
|
</para> |
|
|
|
</listitem> |
|
|
|
</listitem> |
|
|
|
</varlistentry> |
|
|
|
</varlistentry> |
|
|
|