-- -- date_eq/2 -- create or replace function date_eq( date, date ) returns bool as $$ date_eq$$ language plpgsql;