Package: postgresql-18-partman Source: pg-partman Version: 5.5.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 8218 Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.4) Breaks: postgresql-18-jit-llvm (<< 15) Homepage: https://github.com/pgpartman/pg_partman Priority: optional Section: database Filename: pool/main/p/pg-partman/postgresql-18-partman_5.5.0-1.pgdg22.04+1_amd64.deb Size: 240428 SHA512: 7b01588b6291e695f9e51ba220ad388b4065c92e10cdcbcf31e6be8c879ef50e56b618b0271798d09da55c1d6f3ffbb5646f0921e4af293f10fee3ead505795b SHA256: 3485c3f49eca4126cf4235e5c67fd3ee048f71c8c93033859ccd6f33eb7ab338 SHA1: bb094388a0bddcfcfa28ed3853c58a40ebd321ba MD5sum: 07bfcd0406a251a2761e93bb52695b39 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.