Package: postgresql-15-partman Source: pg-partman Version: 5.5.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 8223 Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.4) Breaks: postgresql-15-jit-llvm (<< 15) Homepage: https://github.com/pgpartman/pg_partman Priority: optional Section: database Filename: pool/main/p/pg-partman/postgresql-15-partman_5.5.0-1.pgdg22.04+1_amd64.deb Size: 244604 SHA512: 992387539544fc7608db9c062505b40660733f9be0e5be8bd61778338c25bf1b6a1aa71d52bacc0f43dcd1f6b26654507a4a041ac4b28c60ae08a073c1b1320f SHA256: 6285a933828fe8a3e6185f9cde36a9b713cb45927a72c7bebb0d349cc756544f SHA1: 727bbbb8a96960ab4c6fc1dd283069915313cb86 MD5sum: f76f6c2e4c493afa0c7454b6fda8bed6 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.