Need help with pg_cron extension: I'm using it for the first time: it is failing for me with 'connection failed' error. I have followed all https://github.com/citusdata/pg_cron mentioned instructions. Can anyone help me with it: In my case, it is failing with connection failure error. However, in actual db logs I can't see any error. Why does it happening?
Asked
Active
Viewed 1,064 times
1
-
Your listen_addresses is probably wrong. Can you connect with `psql -h localhost`? – jjanes Dec 12 '20 at 20:21
-
@jjanes - yes , I can connect via that – Channa Dec 13 '20 at 05:05