mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Add "B" suffix for bytes to docs
6e7baa3227 and b06d8e58b5 added "B" as a valid suffix for GUC_UNIT_BYTES but neglected to add it to the docs.
This commit is contained in:
parent
6eb4378d53
commit
36e9d413a1
@ -66,7 +66,7 @@
|
|||||||
<para>
|
<para>
|
||||||
<emphasis>Numeric with Unit:</emphasis>
|
<emphasis>Numeric with Unit:</emphasis>
|
||||||
Some numeric parameters have an implicit unit, because they describe
|
Some numeric parameters have an implicit unit, because they describe
|
||||||
quantities of memory or time. The unit might be kilobytes, blocks
|
quantities of memory or time. The unit might be bytes, kilobytes, blocks
|
||||||
(typically eight kilobytes), milliseconds, seconds, or minutes.
|
(typically eight kilobytes), milliseconds, seconds, or minutes.
|
||||||
An unadorned numeric value for one of these settings will use the
|
An unadorned numeric value for one of these settings will use the
|
||||||
setting's default unit, which can be learned from
|
setting's default unit, which can be learned from
|
||||||
@ -81,7 +81,8 @@
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Valid memory units are <literal>kB</literal> (kilobytes),
|
Valid memory units are <literal>B</literal> (bytes),
|
||||||
|
<literal>kB</literal> (kilobytes),
|
||||||
<literal>MB</literal> (megabytes), <literal>GB</literal>
|
<literal>MB</literal> (megabytes), <literal>GB</literal>
|
||||||
(gigabytes), and <literal>TB</literal> (terabytes).
|
(gigabytes), and <literal>TB</literal> (terabytes).
|
||||||
The multiplier for memory units is 1024, not 1000.
|
The multiplier for memory units is 1024, not 1000.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user