On Mon, Mar 15, 2021 at 12:58 PM Joel Jacobson <j...@compiler.org> wrote:
> On Mon, Mar 15, 2021, at 16:48, Jim Mlodgenski wrote: > > The example I have is adding a CREATE JOB command that a scheduler may > use. > > > This CREATE JOB thing sounds interesting. > > Are you working on adding the ability to schedule SQL-commands to run in > the background, > similar to cronjob and/or adding ampersand ("&") to a command in the > terminal? > No, it was just a sample of how the parser could be extended to all an extension like pg_cron can use CREATE JOB instead of calling a function like SELECT cron.schedule(...)