Re: Parser Hook

From: Jim Mlodgenski <jimmy76(at)gmail(dot)com>
To: Joel Jacobson <joel(at)compiler(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Parser Hook
Date: 2021-03-15 17:05:25
Message-ID: CAB_5SRfiM-gKREiAYGGA3iGT0UMAR+HSWfHYQVofoeUqszGuzw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 15, 2021 at 12:58 PM Joel Jacobson <joel(at)compiler(dot)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(...)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2021-03-15 17:05:52 Re: Parser Hook
Previous Message Tom Lane 2021-03-15 17:04:14 Re: pg_amcheck contrib application