When I created the EXTENSION , I reported an error, as follows:
CREATE EXTENSION pg_cron
> ERROR: unrecognized configuration parameter "cron.database_name"
CONTEXT: PL/pgSQL function inline_code_block line 3 at IF
I know it's due to the lack of configuration parameters ("cron.database_name"), but what I'm puzzled by is why an optionally parameter would cause an error? Is it because the documentation is wrong, or is it that the code hasn't been compatible with it?
env: pg16.3,pg_cron1.6.7
When I created the EXTENSION , I reported an error, as follows:
I know it's due to the lack of configuration parameters ("cron.database_name"), but what I'm puzzled by is why an optionally parameter would cause an error? Is it because the documentation is wrong, or is it that the code hasn't been compatible with it?
env: pg16.3,pg_cron1.6.7