From d84e8cf316bde10cdba1f6ed5b21220ebb508ee4 Mon Sep 17 00:00:00 2001 From: Corentin BARAULT Date: Thu, 18 Jun 2026 14:44:51 +0200 Subject: [PATCH] addons(postgresql): Add pg_partman to the extension that can be installed --- content/doc/addons/postgresql.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/doc/addons/postgresql.md b/content/doc/addons/postgresql.md index a2fbb7945..49c7d795f 100644 --- a/content/doc/addons/postgresql.md +++ b/content/doc/addons/postgresql.md @@ -146,6 +146,7 @@ Extension | Description pg_cron | Job scheduler for PostgreSQL pg_ivm | Incremental view maintenance for PostgreSQL pg_net | Enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL +pg_partman | Extension to manage partitioned tables by time or ID pg_repack | Reorganize tables in PostgreSQL databases with minimal locks pgaudit | Provides detailed session and/or object audit logging via the standard PostgreSQL logging facility pgsql-http | HTTP client for PostgreSQL