pg_partman
Extension to manage partitioned tables by time or ID
Module:
Categories:
Overview
PGDG 1st Party Extension: pg_partman : Extension to manage partitioned tables by time or ID
Information
- Extension ID: 2510
- Extension Name:
pg_partman - Package Name:
pg_partman - Category:
OLAP - License: PostgreSQL
- Website: https://github.com/pgpartman/pg_partman
- Language: C
- Extra Tags: N/A
- Comment:
Metadata
- Latest Version: 5.2.4
- 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: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
pg_partman_$v* - RPM Ver :
5.2.4 - RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-partman - DEB Ver :
5.2.4 - DEB Deps: N/A
Availability
Installation
Install pg_partman via the pig CLI tool:
pig ext install pg_partman
Install pg_partman via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_partman"]}' # -l <cls>
Install pg_partman RPM from YUM repo directly:
dnf install pg_partman_17*;
dnf install pg_partman_16*;
dnf install pg_partman_15*;
dnf install pg_partman_14*;
dnf install pg_partman_13*;
Install pg_partman DEB from APT repo directly:
apt install postgresql-17-partman;
apt install postgresql-16-partman;
apt install postgresql-15-partman;
apt install postgresql-14-partman;
apt install postgresql-13-partman;
Create pg_partman extension on PostgreSQL cluster:
CREATE EXTENSION pg_partman;
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.