[ buster ]
[ 源代码: pg-partman ]
软件包:postgresql-11-partman(4.0.0-1)
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.
其他与 postgresql-11-partman 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: postgresql-11
- object-relational SQL database, version 11 server
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-psycopg2
- Python 3 module for PostgreSQL