File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea
28
28
29
29
VERBOSE [ <replaceable class="parameter">boolean</replaceable> ]
30
30
SKIP_LOCKED [ <replaceable class="parameter">boolean</replaceable> ]
31
- BUFFER_USAGE_LIMIT [ <replaceable class="parameter">size</replaceable> ]
31
+ BUFFER_USAGE_LIMIT <replaceable class="parameter">size</replaceable>
32
32
33
33
<phrase>and <replaceable class="parameter">table_and_columns</replaceable> is:</phrase>
34
34
@@ -136,9 +136,9 @@ ANALYZE [ VERBOSE ] [ <replaceable class="parameter">table_and_columns</replacea
136
136
<para>
137
137
Specifies an amount of memory in kilobytes. Sizes may also be specified
138
138
as a string containing the numerical size followed by any one of the
139
- following memory units: <literal>kB </literal> (kilobytes ),
140
- <literal>MB </literal> (megabytes ), <literal>GB </literal> (gigabytes), or
141
- <literal>TB</literal> (terabytes).
139
+ following memory units: <literal>B </literal> (bytes ),
140
+ <literal>kB </literal> (kilobytes ), <literal>MB </literal> (megabytes),
141
+ <literal>GB</literal> (gigabytes), or <literal> TB</literal> (terabytes).
142
142
</para>
143
143
</listitem>
144
144
</varlistentry>
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet
39
39
PARALLEL <replaceable class="parameter">integer</replaceable>
40
40
SKIP_DATABASE_STATS [ <replaceable class="parameter">boolean</replaceable> ]
41
41
ONLY_DATABASE_STATS [ <replaceable class="parameter">boolean</replaceable> ]
42
- BUFFER_USAGE_LIMIT [ <replaceable class="parameter">size</replaceable> ]
42
+ BUFFER_USAGE_LIMIT <replaceable class="parameter">size</replaceable>
43
43
44
44
<phrase>and <replaceable class="parameter">table_and_columns</replaceable> is:</phrase>
45
45
@@ -399,9 +399,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet
399
399
<para>
400
400
Specifies an amount of memory in kilobytes. Sizes may also be specified
401
401
as a string containing the numerical size followed by any one of the
402
- following memory units: <literal>kB </literal> (kilobytes ),
403
- <literal>MB </literal> (megabytes ), <literal>GB </literal> (gigabytes), or
404
- <literal>TB</literal> (terabytes).
402
+ following memory units: <literal>B </literal> (bytes ),
403
+ <literal>kB </literal> (kilobytes ), <literal>MB </literal> (megabytes),
404
+ <literal>GB</literal> (gigabytes), or <literal> TB</literal> (terabytes).
405
405
</para>
406
406
</listitem>
407
407
</varlistentry>
You can’t perform that action at this time.
0 commit comments