Re: pg_cron installation on windows - Mailing list pgsql-admin

From Daulat
Subject Re: pg_cron installation on windows
Date
Msg-id CALfOM6KQ-FR+iikGc3_DR3xvkXB3Z9iSygv89XAB5L55mrSutw@mail.gmail.com
Whole thread Raw
In response to Re: pg_cron installation on windows  (Kashif Zeeshan <kashi.zeeshan@gmail.com>)
Responses Re: pg_cron installation on windows
List pgsql-admin
Thanks, I'll check it out. 

Now, I have tried to install on Amazon Linux this time using source code and  on postgres version 14.6.

Steps:

git clone https://github.com/citusdata/pg_cron.git
cd pg_cron
# Ensure pg_config is in your path, e.g.
export PATH=/opt/PostgreSQL-14/bin/:$PATH
make && sudo PATH=$PATH make install

But getting an error 

/opt/PostgreSQL-14/lib/postgresql/pg_cron.so": /opt/PostgreSQL-14/lib/postgresql/pg_cron.so: undefined symbol: elog_finish

Thanks,

On Mon, May 13, 2024 at 1:05 PM Kashif Zeeshan <kashi.zeeshan@gmail.com> wrote:
Hi

Please have a look on the following post.


Thanks & Regards
Kashif Zeeshan
Bitnine Global

On Mon, May 13, 2024 at 12:03 PM Daulat <daulat.dba@gmail.com> wrote:
Hi Team,

I need your help in installing the ‘pg_cron’ extension in PostgreSQL running on a windows machine. My requirement is to schedule the execution of PostgreSQL Function at regular intervals from the Postgres database itself.


Thanks

pgsql-admin by date:

Previous
From: Norbert Poellmann
Date:
Subject: Re: Postgres build doc
Next
From: Kashif Zeeshan
Date:
Subject: Re: pg_cron installation on windows