Package: postgresql-16-partman Source: pg-partman Version: 5.5.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 8216 Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.4) Breaks: postgresql-16-jit-llvm (<< 21) Homepage: https://github.com/pgpartman/pg_partman Priority: optional Section: database Filename: pool/main/p/pg-partman/postgresql-16-partman_5.5.0-1.pgdg26.04+1_amd64.deb Size: 239224 SHA512: 99bf17015378368b9ad9a118cab477b250328cdf5af4adde774badc5b549ac7057bc8f34b44c7b5660d2465768d9f016dd7dc2a6ba61ff7dbee1b8e08391aa27 SHA256: 5b5d2a17c79ec74ab74fb8326876fc49734516c52cd3639b6501d4b8580928eb SHA1: 91612889d5a091cb71e1ded91ada5055e3c4a232 MD5sum: ffa180d1213fc32391843f0779243d91 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.