pg_task
execute any sql command at any specific time at background
Module:
Categories:
Overview
PGDG 3rd Party Extension: pg_task
: execute any sql command at any specific time at background
Information
- Extension ID: 1080
- Extension Name:
pg_task
- Package Name:
pg_task
- Category:
TIME
- License: MIT
- Website: https://github.com/RekGRpth/pg_task
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.0.0
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Explicit Loading Required
- Need DDL: Dd not need
CREATE EXTENSION
DDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
pg_task_$v*
- RPM Ver :
1.0.0
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-task
- DEB Ver :
1.0.0
- DEB Deps: N/A
Availability
Installation
Install pg_task
via the pig
CLI tool:
pig ext install pg_task
Install pg_task
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_task"]}' # -l <cls>
Install pg_task
RPM from YUM repo directly:
dnf install pg_task_17*;
dnf install pg_task_16*;
dnf install pg_task_15*;
dnf install pg_task_14*;
dnf install pg_task_13*;
Install pg_task
DEB from APT repo directly:
apt install postgresql-17-pg-task;
apt install postgresql-16-pg-task;
apt install postgresql-15-pg-task;
apt install postgresql-14-pg-task;
apt install postgresql-13-pg-task;
Extension pg_task
has to be loaded via shared_preload_libraries
shared_preload_libraries = 'pg_task'; # add to pg cluster config
Extension %s
does not need CREATE EXTENSION
command
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.