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