DROP FUNCTION moddatetime();

CREATE FUNCTION moddatetime() 
	RETURNS trigger 
	AS 'MODULE_PATHNAME'
	LANGUAGE 'C';