create or replace function plus092(integer, integer) returns integer as $$ begin return $1 + $2; end; $$ language plpgsql;