1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

docs: properly capitalize and space kB, MB, GB, TB

This commit is contained in:
Bruce Momjian 2016-07-30 12:27:27 -04:00
parent af33039317
commit ca0c37b56f
13 changed files with 39 additions and 39 deletions

View File

@ -1903,7 +1903,7 @@ include_dir 'conf.d'
cache, where performance might degrade. This setting may have no cache, where performance might degrade. This setting may have no
effect on some platforms. The valid range is between effect on some platforms. The valid range is between
<literal>0</literal>, which disables controlled writeback, and <literal>0</literal>, which disables controlled writeback, and
<literal>2MB</literal>. The default is <literal>512Kb</> on Linux, <literal>2MB</literal>. The default is <literal>512kB</> on Linux,
<literal>0</> elsewhere. (Non-default values of <literal>0</> elsewhere. (Non-default values of
<symbol>BLCKSZ</symbol> change the default and maximum.) <symbol>BLCKSZ</symbol> change the default and maximum.)
This parameter can only be set in the <filename>postgresql.conf</> This parameter can only be set in the <filename>postgresql.conf</>
@ -2660,7 +2660,7 @@ include_dir 'conf.d'
than the OS's page cache, where performance might degrade. This than the OS's page cache, where performance might degrade. This
setting may have no effect on some platforms. The valid range is setting may have no effect on some platforms. The valid range is
between <literal>0</literal>, which disables controlled writeback, between <literal>0</literal>, which disables controlled writeback,
and <literal>2MB</literal>. The default is <literal>256Kb</> on and <literal>2MB</literal>. The default is <literal>256kB</> on
Linux, <literal>0</> elsewhere. (Non-default values of Linux, <literal>0</> elsewhere. (Non-default values of
<symbol>BLCKSZ</symbol> change the default and maximum.) <symbol>BLCKSZ</symbol> change the default and maximum.)
This parameter can only be set in the <filename>postgresql.conf</> This parameter can only be set in the <filename>postgresql.conf</>

View File

@ -8165,7 +8165,7 @@ if (*(int2 *)sqldata->sqlvar[i].sqlind != 0)
<term><literal>sqlilongdata</></term> <term><literal>sqlilongdata</></term>
<listitem> <listitem>
<para> <para>
It equals to <literal>sqldata</literal> if <literal>sqllen</literal> is larger than 32KB. It equals to <literal>sqldata</literal> if <literal>sqllen</literal> is larger than 32kB.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -31,7 +31,7 @@
A <firstterm>label path</firstterm> is a sequence of zero or more A <firstterm>label path</firstterm> is a sequence of zero or more
labels separated by dots, for example <literal>L1.L2.L3</>, representing labels separated by dots, for example <literal>L1.L2.L3</>, representing
a path from the root of a hierarchical tree to a particular node. The a path from the root of a hierarchical tree to a particular node. The
length of a label path must be less than 65Kb, but keeping it under 2Kb is length of a label path must be less than 65kB, but keeping it under 2kB is
preferable. In practice this is not a major limitation; for example, preferable. In practice this is not a major limitation; for example,
the longest label path in the DMOZ catalog (<ulink the longest label path in the DMOZ catalog (<ulink
url="http://www.dmoz.org"></ulink>) is about 240 bytes. url="http://www.dmoz.org"></ulink>) is about 240 bytes.

View File

@ -755,7 +755,7 @@ typedef struct spgLeafConsistentOut
<para> <para>
Individual leaf tuples and inner tuples must fit on a single index page Individual leaf tuples and inner tuples must fit on a single index page
(8KB by default). Therefore, when indexing values of variable-length (8kB by default). Therefore, when indexing values of variable-length
data types, long values can only be supported by methods such as radix data types, long values can only be supported by methods such as radix
trees, in which each level of the tree includes a prefix that is short trees, in which each level of the tree includes a prefix that is short
enough to fit on a page, and the final leaf level includes a suffix also enough to fit on a page, and the final leaf level includes a suffix also