mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
docs: properly capitalize and space kB, MB, GB, TB
This commit is contained in:
parent
af33039317
commit
ca0c37b56f
@ -1903,7 +1903,7 @@ include_dir 'conf.d'
|
||||
cache, where performance might degrade. This setting may have no
|
||||
effect on some platforms. The valid range is between
|
||||
<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
|
||||
<symbol>BLCKSZ</symbol> change the default and maximum.)
|
||||
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
|
||||
setting may have no effect on some platforms. The valid range is
|
||||
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
|
||||
<symbol>BLCKSZ</symbol> change the default and maximum.)
|
||||
This parameter can only be set in the <filename>postgresql.conf</>
|
||||
|
@ -8165,7 +8165,7 @@ if (*(int2 *)sqldata->sqlvar[i].sqlind != 0)
|
||||
<term><literal>sqlilongdata</></term>
|
||||
<listitem>
|
||||
<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>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -31,7 +31,7 @@
|
||||
A <firstterm>label path</firstterm> is a sequence of zero or more
|
||||
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
|
||||
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,
|
||||
the longest label path in the DMOZ catalog (<ulink
|
||||
url="http://www.dmoz.org"></ulink>) is about 240 bytes.
|
||||
|
@ -755,7 +755,7 @@ typedef struct spgLeafConsistentOut
|
||||
|
||||
<para>
|
||||
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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user