From 09bf1527ee3aee1d1b525e76b6110cf18b0ee25e Mon Sep 17 00:00:00 2001 From: pi <pi@FreeBSD.org> Date: Fri, 11 Aug 2017 09:26:25 +0000 Subject: New port: databases/pg_partman pg_partman is an extension to create and manage both time-based and serial-based table partition sets. Sub-partitoning 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. WWW: https://github.com/keithf4/pg_partman PR: 214417 Submitted by: Lacey Powers <lacey.leanne@gmail.com> Reviewed by: ler --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index 411fb5d9e970..a8996ccf72e8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -569,6 +569,7 @@ SUBDIR += pg_activity SUBDIR += pg_citus SUBDIR += pg_dirtyread + SUBDIR += pg_partman SUBDIR += pg_qualstats SUBDIR += pg_reorg SUBDIR += pg_repack -- cgit