Re: dbmsscheduler

Поиск
Список
Период
Сортировка
От Ramesh T
Тема Re: dbmsscheduler
Дата
Msg-id CAK8Zd=sFbJ=C_pcSmi69N3e4hXcqMs7FBJiCv6a=c-abgxAjHQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: dbmsscheduler  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
dbms_scheduler.create_job(
      job_name => 'DELETE_EMPTY_PART_NUMS' 
     ,job_type => 'PLSQL_BLOCK')

without pgagent or cron is not possible..?

On Mon, Feb 9, 2015 at 11:35 AM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
Hi

PostgreSQL doesn't have a dbms_scheduler. If you need it, you can use a EnterpriseDB - commercial fork with Oracle migration tools. There it is.

You can use a scheduler pgAgent - https://github.com/postgres/pgagent
http://www.pgadmin.org/docs/dev/pgagent.html

Regards

Pavel

2015-02-03 14:16 GMT+01:00 Ramesh T <rameshparnanditech@gmail.com>:
hi,
    How to run dbms_scheduler.create_job in postgres and is it available postgres..?

any help ,how to use  in postgres..?
FYI, i am using postgres 9.3 version

thanks in advance,


В списке pgsql-general по дате отправления:

Предыдущее
От: Francisco Olarte
Дата:
Сообщение: Re: Import large data set into a table and resolve duplicates?
Следующее
От: Eugene Dzhurinsky
Дата:
Сообщение: Import large data set into a table and resolve duplicates?