--
-- date_eq_timestamp/2
--
create or replace function date_eq_timestamp(
  date,
  timestamp without time zone
) returns bool as $$
date_eq_timestamp$$ language plpgsql;