Обсуждение: Re: Re: pgAgent: How to get run log for specific job

Поиск
Список
Период
Сортировка

Re: Re: pgAgent: How to get run log for specific job

От
周志勤
Дата:
Thanks for your information, Muhammad




joe.zhou@dualhelios.com
 
Date: 2024-05-15 16:38
Subject: Re: pgAgent: How to get run log for specific job
Hi , 
You can query the different log table as follow:

• pgagent.pga_joblog
• pgagent.pga_jobsteplog

For example
SELECT * FROM pgagent.pga_joblog

Regards,
Imtiaz 


On Wed, 15 May 2024, 13:08 周志勤, <joe.zhou@dualhelios.com> wrote:
Hi Pgadmin Hackers

Would you please advise where to find the run log for each configured job? Do we have documentation for this?

Thanks and best regards,
Joe