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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user