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