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