pg_incremental
Incremental Processing by Crunchy Data
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_incremental : Incremental Processing by Crunchy Data
Information
- Extension ID: 2880
- Extension Name:
pg_incremental - Package Name:
pg_incremental - Category:
FEAT - License: PostgreSQL
- Website: https://github.com/CrunchyData/pg_incremental
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.2.0
- Postgres Support:
17,16 - 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:
pg_catalog - Requires:
pg_cron
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_incremental_$v* - RPM Ver :
1.2.0 - RPM Deps:
pg_cron_$v - DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-incremental - DEB Ver :
1.2.0 - DEB Deps:
postgresql-$v-cron
Availability
| OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8 |
x86_64 |
pg_incremental_17 PIGSTY 1.2.0 |
pg_incremental_16 PIGSTY 1.2.0 |
|||
el8 |
aarch64 |
pg_incremental_17 PIGSTY 1.2.0 |
pg_incremental_16 PIGSTY 1.2.0 |
|||
el9 |
x86_64 |
pg_incremental_17 PIGSTY 1.2.0 |
pg_incremental_16 PIGSTY 1.2.0 |
|||
el9 |
aarch64 |
pg_incremental_17 PIGSTY 1.2.0 |
pg_incremental_16 PIGSTY 1.2.0 |
|||
d12 |
x86_64 |
postgresql-17-pg-incremental PIGSTY 1.2.0 |
postgresql-16-pg-incremental PIGSTY 1.2.0 |
|||
d12 |
aarch64 |
postgresql-17-pg-incremental PIGSTY 1.2.0 |
postgresql-16-pg-incremental PIGSTY 1.2.0 |
|||
u22 |
x86_64 |
postgresql-17-pg-incremental PIGSTY 1.2.0 |
postgresql-16-pg-incremental PIGSTY 1.2.0 |
|||
u22 |
aarch64 |
postgresql-17-pg-incremental PIGSTY 1.2.0 |
postgresql-16-pg-incremental PIGSTY 1.2.0 |
|||
u24 |
x86_64 |
postgresql-17-pg-incremental PIGSTY 1.2.0 |
postgresql-16-pg-incremental PIGSTY 1.2.0 |
|||
u24 |
aarch64 |
postgresql-17-pg-incremental PIGSTY 1.2.0 |
postgresql-16-pg-incremental PIGSTY 1.2.0 |
Installation
Install pg_incremental via the pig CLI tool:
pig ext install pg_incremental
Install pg_incremental via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_incremental"]}' # -l <cls>
Install pg_incremental RPM from YUM repo directly:
dnf install pg_incremental_17*;
dnf install pg_incremental_16*;
Install pg_incremental DEB from APT repo directly:
apt install postgresql-17-pg-incremental;
apt install postgresql-16-pg-incremental;
Create pg_incremental extension on PostgreSQL cluster:
CREATE EXTENSION pg_incremental 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.