blob: 2cb46f7dd77cf15cd3afcc5450bc061bea52528d [file] [log] [blame]
ALTER FUNCTION oracle.remainder(smallint, smallint) STRICT;
ALTER FUNCTION oracle.remainder(int, int) STRICT;
ALTER FUNCTION oracle.remainder(bigint, bigint) STRICT;
ALTER FUNCTION oracle.remainder(numeric, numeric) STRICT;