diff options
author | pi <pi@FreeBSD.org> | 2017-08-11 17:26:25 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-08-11 17:26:25 +0800 |
commit | 09bf1527ee3aee1d1b525e76b6110cf18b0ee25e (patch) | |
tree | b55e8fc861c2799264fd1cf8934b344c7fa5ec7d /databases/Makefile | |
parent | c04ff5b4c899b82046454b9a7fd6508b7653e46c (diff) | |
download | freebsd-ports-gnome-09bf1527ee3aee1d1b525e76b6110cf18b0ee25e.tar.gz freebsd-ports-gnome-09bf1527ee3aee1d1b525e76b6110cf18b0ee25e.tar.zst freebsd-ports-gnome-09bf1527ee3aee1d1b525e76b6110cf18b0ee25e.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
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
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 |