How to use postgresql 11 pg_dbms_job in azure

Vinodh Ramadurai 1 Reputation point
2022-04-11T15:24:06.313+00:00

I want to use job pg_dbms_job package present in postgresql 11 version installed in azure. Seems the postgresql 11 version does not support pg_dbms_job extension in azure. Also other options were all tried and not fulfilling our requirement. Also not required as of now.

Please provide the solution to use pg_dbms_job package present in postgresql 11 in azure.

Azure Database for PostgreSQL
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GeethaThatipatri-MSFT 29,542 Reputation points Microsoft Employee Moderator
    2022-04-11T16:13:05.053+00:00

    Hi, @Vinodh Ramadurai Welcome to Microsoft Q&A Thanks for posting your query.
    As we understand the ask here is you want to know how to use the job pg_dbms_job package present in PostgreSQL 11 version.

    Unfortunately, we do not support pg_dbms_job, we do support pg_corn. you can refer to more details on pg_corn here.

    These are the lists for both flex and single you can also refer to these documents for Single server and flexible server extensions
    as you see pg_cron is supported only on a flexible server.

    Please let us know if the information helps.

    Regards
    Geetha


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.