1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

doc: Spell checking

This commit is contained in:
Peter Eisentraut
2020-07-05 15:37:57 +02:00
parent 8cea55e99b
commit 90b2d8c1ad
11 changed files with 17 additions and 17 deletions

View File

@@ -1364,8 +1364,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
This only affects columns marked as either External or Extended
and applies only to new tuples; there is no effect on existing rows.
By default this parameter is set to allow at least 4 tuples per block,
which with the default blocksize will be 2040 bytes. Valid values are
between 128 bytes and the (blocksize - header), by default 8160 bytes.
which with the default block size will be 2040 bytes. Valid values are
between 128 bytes and the (block size - header), by default 8160 bytes.
Changing this value may not be useful for very short or very long rows.
Note that the default setting is often close to optimal, and
it is possible that setting this parameter could have negative