pg_fkpart
Table partitioning by foreign key utility
Module:
Categories:
Overview
MIXED 3rd Party Extension: pg_fkpart
: Table partitioning by foreign key utility
Information
- Extension ID: 2500
- Extension Name:
pg_fkpart
- Package Name:
pg_fkpart
- Category:
OLAP
- License: GPLv2
- Website: https://github.com/lemoineat/pg_fkpart
- Language: SQL
- Extra Tags:
pgdg-flaw
- Comment:
Metadata
- Latest Version: 1.7
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas:
pgfkpart
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_fkpart_$v
- RPM Ver :
1.7
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-fkpart
- DEB Ver :
1.7
- DEB Deps: N/A
Packages
Installation
Install pg_fkpart
via the pig
CLI tool:
pig ext install pg_fkpart
Install pg_fkpart
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_fkpart"]}' # -l <cls>
Install pg_fkpart
RPM from YUM repo directly:
dnf install pg_fkpart_17;
dnf install pg_fkpart_16;
dnf install pg_fkpart_15;
dnf install pg_fkpart_14;
dnf install pg_fkpart_13;
Install pg_fkpart
DEB from APT repo directly:
apt install postgresql-17-pg-fkpart;
apt install postgresql-16-pg-fkpart;
apt install postgresql-15-pg-fkpart;
apt install postgresql-14-pg-fkpart;
apt install postgresql-13-pg-fkpart;
Enable pg_fkpart
extension on PostgreSQL cluster:
CREATE EXTENSION pg_fkpart;
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.