pg_partman
pg_partman
pg_partman : Extension to manage partitioned tables by time or ID
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 2510 | pg_partman | pg_partman | 5.3.1 | OLAP | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d-- | No | Yes | No | Yes | no | no |
| Relationships | |
|---|---|
| Need By | timeseries |
| See Also | citus pg_fkpart timescaledb periods emaj pg_cron plproxy temporal_tables |
no pg13,12 on u24 pgdg repo
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG | 5.3.1 | 18 17 16 15 14 13 | pg_partman | - |
| RPM | PGDG | 5.3.1 | 18 17 16 15 14 13 | pg_partman_$v* | - |
| DEB | PGDG | 5.3.0 | 18 17 16 15 14 13 | postgresql-$v-partman | - |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 4.7.4 |
el8.aarch64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 4.7.4 |
el9.x86_64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 4.7.4 |
el9.aarch64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 4.7.4 |
el10.x86_64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | MISS |
el10.aarch64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | MISS |
d12.x86_64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 4.7.4 |
d12.aarch64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 4.7.4 |
d13.x86_64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 4.7.4 |
d13.aarch64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 4.7.4 |
u22.x86_64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 4.7.4 |
u22.aarch64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 4.7.4 |
u24.x86_64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | MISS |
u24.aarch64 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | PGDG 5.3.1 | MISS |
Source
pig build pkg pg_partman; # build spec not readyInstall
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install pg_partman; # install via package name, for the active PG version
pig install pg_partman -v 18; # install for PG 18
pig install pg_partman -v 17; # install for PG 17
pig install pg_partman -v 16; # install for PG 16
pig install pg_partman -v 15; # install for PG 15
pig install pg_partman -v 14; # install for PG 14
pig install pg_partman -v 13; # install for PG 13Create this extension with:
CREATE EXTENSION pg_partman;Last updated on