Re: How to schedule long running SQL job

From: Jonathan Katz <jonathan(dot)katz(at)excoventures(dot)com>
To: M Sarwar <sarwarmd02(at)outlook(dot)com>
Cc: John Scalia <jayknowsunix(at)gmail(dot)com>, "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: How to schedule long running SQL job
Date: 2023-07-20 00:48:27
Message-ID: FAD7CEA8-54F2-4F8E-A724-B6A7845967A4@excoventures.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> On Jul 19, 2023, at 8:34 PM, M Sarwar <sarwarmd02(at)outlook(dot)com> wrote:
>
> https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.Extensions.Trusted <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.Extensions.Trusted>
>

This URL is a list of extensions that are marked as “trusted,” which means
that they can be installed by users without elevated privileges. A list of
extensions that are available on RDS can be found here. “pg_cron” is
included in this list:

https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-extensions.html

It includes a link that provides guidance for how to use pg_cron on RDS:

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html

Thanks,

Jonathan

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Doug Reynolds 2023-07-20 00:50:29 Re: How to schedule long running SQL job
Previous Message M Sarwar 2023-07-20 00:39:31 RE: How to schedule long running SQL job