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