create or replace function plus091(integer, integer) returns integer as $$ select $1 + $2 $$ language sql;