-- sysdate hack to make things look somewhat alike create function sysdate() returns datetime as ' begin return ''now''; end;' language 'plpgsql';