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

Поиск
Список
Период
Сортировка
От Muhammad Imtiaz
Тема Re: pgAgent: How to get run log for specific job
Дата
Msg-id CANwR1OTNR0nvSGW4Xsp4OR623Y+2y7S7jthJ2nZenPZnMvV0Yg@mail.gmail.com
обсуждение исходный текст
Ответ на pgAgent: How to get run log for specific job  (周志勤 <joe.zhou@dualhelios.com>)
Список pgadmin-hackers
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


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

Предыдущее
От: 周志勤
Дата:
Сообщение: pgAgent Job issue: Couldn't get a connection to the database when local SQL mode specified in another database other than postgres
Следующее
От: 周志勤
Дата:
Сообщение: Re: Re: pgAgent: How to get run log for specific job