--
-- float84gt/2
--
create or replace function float84gt(
  double precision,
  real
) returns bool as $$
float84gt$$ language plpgsql;