PG_Cron - Error Message Connection failed

From: FOUTE K(dot) Jaurès <jauresfoute(at)gmail(dot)com>
To: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: PG_Cron - Error Message Connection failed
Date: 2023-05-12 16:03:28
Message-ID: CAHQ1jffWF7Y8c1X7EK3JvbLJgw1GEcVk0uPa3+0CJo4h8PFHVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello everyone,

Can someone help me to understand this issue. I installed and configured
pg_cron on the server and I was able to connect without providing a
password using psql command line.
But when i schedule a job, like this: SELECT cron.schedule( 'TEST','30
seconds', $$SELECT 1$$);
the result show
[image: image.png]

Any help is welcome

--
Jaurès FOUTE

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fabricio Pedroso Jorge 2023-05-12 16:05:03 Re: PG_Cron - Error Message Connection failed
Previous Message Thomas Kellerer 2023-05-12 15:54:00 Re: Adding SHOW CREATE TABLE