SET ARITHIGNORE#
Controls whether error messages are returned from overflow or divide-by-zero errors during a query.
Syntax#
SET ARITHIGNORE { ON | OFF } [;]
Remarks#
Argument values are ignored and do not change the default behavior. Always ‘ON’.
Permissions#
Requires membership in the public role.