From: Greg Stark Date: Sat, 6 Oct 2018 17:03:43 +0000 (-0400) Subject: Add "B" suffix for bytes to docs X-Git-Tag: REL_12_BETA1~1421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36e9d413a1d6928cd809d302d495fd6880a44b1e;p=postgresql 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. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index f11b8f724c..7554cba3f9 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -66,7 +66,7 @@ Numeric with Unit: 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. An unadorned numeric value for one of these settings will use the setting's default unit, which can be learned from @@ -81,7 +81,8 @@ - Valid memory units are kB (kilobytes), + Valid memory units are B (bytes), + kB (kilobytes), MB (megabytes), GB (gigabytes), and TB (terabytes). The multiplier for memory units is 1024, not 1000.