--
-- box_add/2
--
create or replace function box_add(
  box,
  point
) returns box as $$
box_add$$ language plpgsql;