pgAgent

From: Champion Always <c2627914(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pgAgent
Date: 2015-04-02 16:25:05
Message-ID: CAK6ZTYHq1FzMNWK0jYav=cbhgG0Fs=HkFy++uoXH5AjtHmVf0A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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..?

Responses

  • Re: pgAgent at 2015-04-06 19:29:07 from Adam Brusselback

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2015-04-02 16:45:22 Re: Why doesn't `RAISE EXCEPTION` provide error context?
Previous Message Taytay 2015-04-02 16:01:45 Re: Why doesn't `RAISE EXCEPTION` provide error context?