pg_later
pg_later: Run queries now and get results later
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_later : pg_later: Run queries now and get results later
Information
- Extension ID: 1090
- Extension Name:
pg_later - Package Name:
pg_later - Category:
TIME - License: PostgreSQL
- Website: https://github.com/ChuckHend/pg_later
- Language: Rust
- Extra Tags:
pgrx - Comment:
Metadata
- Latest Version: 0.3.0
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas:
pglater - Requires:
pgmq
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_later_$v - RPM Ver :
0.3.0 - RPM Deps:
pgmq_$v - DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-later - DEB Ver :
0.3.0 - DEB Deps:
postgresql-$v-pgmq
Availability
Installation
Install pg_later via the pig CLI tool:
pig ext install pg_later
Install pg_later via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_later"]}' # -l <cls>
Install pg_later RPM from YUM repo directly:
dnf install pg_later_17;
dnf install pg_later_16;
dnf install pg_later_15;
dnf install pg_later_14;
dnf install pg_later_13;
Install pg_later DEB from APT repo directly:
apt install postgresql-17-pg-later;
apt install postgresql-16-pg-later;
apt install postgresql-15-pg-later;
apt install postgresql-14-pg-later;
apt install postgresql-13-pg-later;
Create pg_later extension on PostgreSQL cluster:
CREATE EXTENSION pg_later CASCADE;
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.