aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-08-11 09:26:25 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-08-11 09:26:25 +0000
commitb0a3a0e5e046a7e53a0c01087be65ae16244ec41 (patch)
treeb55e8fc861c2799264fd1cf8934b344c7fa5ec7d /databases/Makefile
parent8a2e82a3bdd17cfe7f6f780a2398c1e8cda596fc (diff)
downloadports-b0a3a0e5e046a7e53a0c01087be65ae16244ec41.tar.gz
ports-b0a3a0e5e046a7e53a0c01087be65ae16244ec41.zip
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
Notes
Notes: svn path=/head/; revision=447749
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
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