mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
doc: Use proper em and en dashes
This commit is contained in:
@@ -1348,7 +1348,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
|
||||
we try to move long column values into TOAST tables, and is also the
|
||||
target length we try to reduce the length below once toasting begins.
|
||||
This only affects columns marked as either External or Extended
|
||||
and applies only to new tuples - there is no effect on existing rows.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user