--
-- areasel/4
--
create or replace function areasel(
  internal,
  oid,
  internal,
  integer
) returns float8 as $$
areasel$$ language plpgsql;