--
-- float8um/1
--
create or replace function float8um(
  double precision
) returns float8 as $$
float8um$$ language plpgsql;