Hi,
job_name => 'DELETE_NAMES'
,job_type => 'PLSQL_BLOCK'
,job_action => 'BEGIN DELETE_NAMES; END;'
,start_date => sysdate
,repeat_interval => 'FREQ=DAILY'
,enabled => TRUE);
it is oracle ..
.And i installed pgAgent On postgres ..
how above oracle code can convert to postgres and place it in pgagent for daily schedule....
any help..?