If option-value is omitted, the specified option setting is deleted from the database. If it was a personal option setting, the value reverts back to the PUBLIC setting. If a TEMPORARY option is deleted, the option setting reverts back to the permanent setting.
For example, the following statement resets the ansi_integer_overflow option to its default value:
SET OPTION ansi_integer_overflow =;
See SET OPTION statement.