I have the following query to get the settings for max_running_jobs
.
select *
from pg_settings
where name = 'cron.max_running_jobs';
I'm able to get the records from postgres user but not with the non-postgres
user.
Any grant/permission I got missed?
by this REF: https://pgpedia.info/p/pg_settings.html
the permission should be:
you can confirm it running: