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

Appearance settings

Commit 36e9d41

Browse filesBrowse files
committed
Add "B" suffix for bytes to docs
6e7baa3 and b06d8e5 added "B" as a valid suffix for GUC_UNIT_BYTES but neglected to add it to the docs.
1 parent 6eb4378 commit 36e9d41
Copy full SHA for 36e9d41

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎doc/src/sgml/config.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/config.sgml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<para>
6767
<emphasis>Numeric with Unit:</emphasis>
6868
Some numeric parameters have an implicit unit, because they describe
69-
quantities of memory or time. The unit might be kilobytes, blocks
69+
quantities of memory or time. The unit might be bytes, kilobytes, blocks
7070
(typically eight kilobytes), milliseconds, seconds, or minutes.
7171
An unadorned numeric value for one of these settings will use the
7272
setting's default unit, which can be learned from
@@ -81,7 +81,8 @@
8181
<itemizedlist>
8282
<listitem>
8383
<para>
84-
Valid memory units are <literal>kB</literal> (kilobytes),
84+
Valid memory units are <literal>B</literal> (bytes),
85+
<literal>kB</literal> (kilobytes),
8586
<literal>MB</literal> (megabytes), <literal>GB</literal>
8687
(gigabytes), and <literal>TB</literal> (terabytes).
8788
The multiplier for memory units is 1024, not 1000.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.