Appearance
enable_silent_coerce (boolean)
This parameter controls whether or not to downcast and truncate VARCHAR strings, potentially allowing them to be inserted into a column that is too small to contain them (for example, allowing a 3-character string to be inserted into a 2-character column).
See also Implicit Casting.