Raw Package Information
Package: postgresql-17-partman
Source: pg-partman
Version: 5.4.0-1.pgdg22.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7719
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 15)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.4.0-1.pgdg22.04+1_amd64.deb
Size: 239604
SHA256: a1d8a31ff1be0e40860030c17905d057d1e30f7c6905c8f5cf39fee4bbade7e7
SHA1: 2b1a5141d011b20e92520a939f75975eba1fdc50
MD5sum: bcb245fd7c880321c5fd50a0215973d5
Description: PostgreSQL Partition Manager
pg_partman is a PostgreSQL extension to create and manage both time-based and
serial-based table partition sets. Sub-partitioning is also supported. Child
table & trigger function creation is all managed by the extension itself.
Tables with existing data can also have their data partitioned in easily
managed smaller batches. Optional retention policy can automatically drop
partitions no longer needed. A background worker (BGW) process is included to
automatically run partition maintenance without the need of an external
scheduler (cron, etc) in most cases.