pg_later
Run queries now and get results later
Repository
ChuckHend/pg_later
https://github.com/ChuckHend/pg_later
Source
pg_later-0.4.0.tar.gz
pg_later-0.4.0.tar.gz
Overview
| Package | Version | Category | License | Language |
|---|---|---|---|---|
pg_later | 0.4.0 | TIME | PostgreSQL | Rust |
| ID | Extension | Bin | Lib | Load | Create | Trust | Reloc | Schema |
|---|---|---|---|---|---|---|---|---|
| 1090 | pg_later | No | Yes | Yes | Yes | No | No | pglater |
| Related | pgmq pg_task pg_cron pg_dispatch pgagent pg_dbms_job pg_background pg_durable omni_worker pg_jobmon |
|---|
Version
| Type | Repo | Version | PG Ver | Package | Deps |
|---|---|---|---|---|---|
| EXT | PIGSTY | 0.4.0 | 1817161514 | pg_later | pgmq |
| RPM | PIGSTY | 0.4.0 | 1817161514 | pg_later_$v | pgmq_$v |
| DEB | PIGSTY | 0.4.0 | 1817161514 | postgresql-$v-pg-later | postgresql-$v-pgmq |
Build
You can build the RPM / DEB packages for pg_later using pig build:
Install
You can install pg_later directly. First, make sure the PGDG and PIGSTY repositories are added and enabled:
Install the extension using pig or apt/yum/dnf:
Install
pig
dnf
apt
Preload:
Create Extension:
Usage
A PostgreSQL extension to execute queries asynchronously. Built on pgmq.
Getting Started
Initialize the extension’s backend:
Execute a SQL query now:
Come back at some later time, and retrieve the results by providing the job id:
Was this page helpful?
Thanks—your feedback helps us improve this page.
What got in the way? (optional)