Re: pgagent

From: Paul Förster <paul(dot)foerster(at)gmail(dot)com>
To: Henry Francisco Garcia Cortez <garcortez(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: pgagent
Date: 2020-10-07 05:56:43
Message-ID: 940B4814-2625-4A8D-A924-EF9748C0EC3B@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Henry,

> On 06. Oct, 2020, at 23:46, Henry Francisco Garcia Cortez <garcortez(at)gmail(dot)com> wrote:
>
> hello on pgadmin4 every five seconds this query repeat SELECT J.jobid FROM pgagent.pga_job J WHERE jobenabled AND jobagentid IS NULL AND jobnextrun <= now() AND (jobhostagent = '' OR jobhostagent = 'grafana') ORDER BY jobnextrun my problem is I enable logs of postgresql on log is written

maybe you take a look at your logging parameters. You may especially set:

log_statement = ddl # or none
log_min_messages = warning
log_min_error_statement = error

See: What to Log
https://www.postgresql.org/docs/current/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT

Cheers,
Paul

In response to

  • pgagent at 2020-10-06 21:46:17 from Henry Francisco Garcia Cortez

Responses

  • Re: pgagent at 2020-10-07 14:18:32 from Henry Francisco Garcia Cortez

Browse pgsql-admin by date

  From Date Subject
Next Message Henry Francisco Garcia Cortez 2020-10-07 14:18:32 Re: pgagent
Previous Message Henry Francisco Garcia Cortez 2020-10-06 21:46:17 pgagent