diff options
author | Fujii Masao <fujii@postgresql.org> | 2013-06-20 08:17:14 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2013-06-20 08:17:14 +0900 |
commit | bab54e383dd102001753366d3c124f706c7967dd (patch) | |
tree | 809d19cea7bd7151e6c5398129a78465dc3ad4e2 /doc/src | |
parent | f979599b2068f036405f1b51a9c4260619b06941 (diff) | |
download | postgresql-bab54e383dd102001753366d3c124f706c7967dd.tar.gz postgresql-bab54e383dd102001753366d3c124f706c7967dd.zip |
Support TB (terabyte) memory unit in GUC variables.
Patch by Simon Riggs, reviewed by Jeff Janes and me.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index c7d84b59ce2..940ed6ef58b 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -39,7 +39,7 @@ For convenience, a different unit can also be specified explicitly. Valid memory units are <literal>kB</literal> (kilobytes), <literal>MB</literal> - (megabytes), and <literal>GB</literal> (gigabytes); valid time units + (megabytes), <literal>GB</literal> (gigabytes), and <literal>TB</literal> (terabytes); valid time units are <literal>ms</literal> (milliseconds), <literal>s</literal> (seconds), <literal>min</literal> (minutes), <literal>h</literal> (hours), and <literal>d</literal> (days). Note that the multiplier |