Package: postgresql-15-partman Source: pg-partman Version: 5.4.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 7983 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.4.3-1.pgdg22.04+1_amd64.deb Size: 241144 SHA512: 1e6346ff415dbc08c0f1522523cb43fc5308fd06fbc8f38556420b25ad93fbdb81b4de2621ff6f0ffa0a563f557d9a1e7687e44875d9057860c33db44f7ed49f SHA256: 17534b4fef39445aa057a1ae1208e17869287de0bf5c5547dd4bd9df5638dd17 SHA1: 7abe0e4571efc7010fac0915d6c249b9748d89e6 MD5sum: d6ef2affc24c7eaea264716ad6e138dd 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.