pg_partman 4.3.0 released

From: Keith Fiske <keith(dot)fiske(at)crunchydata(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pg_partman 4.3.0 released
Date: 2020-02-19 20:45:19
Message-ID: CAODZiv6Zoc1U3wpnQ5hgrEXCQVtiL3D5DS52+dUw8V369O+Dvw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

PostgreSQL Partition Manager (pg_partman) v4.3.0 has been released. This
release contains important bug fixes for handling foreign keys and
retention. Major new features include:

- A set of documentation for migrating an old trigger-based partition
set to the native, declarative partitioning in PG11 or greater. Crunchy
Data has also published this documentation as a blog post:
https://info.crunchydata.com/blog/how-to-migrate-from-trigger-based-partitioning-to-native-in-postgresql
- A table matrix in the documentation to more clearly outline which
partition set properties are handled via inheritance from the parent table
vs the template table feature of pg_partman. The template table is for
assisting with partitioning features that are not yet handled fully with
native partitioning:
https://github.com/pgpartman/pg_partman/blob/master/doc/pg_partman.md#child-table-property-inheritance
- A function for dumping out your pg_partman configuration for use when
restoring a dump to another database. Thanks to James Coleman for this
feature.
- A function to backfill gaps in the child tables that may occur for
various reasons during ongoing maintenance.

Links

Website - https://github.com/pgpartman/pg_partman
Installation - https://github.com/pgpartman/pg_partman#installation
Documentation -
https://github.com/pgpartman/pg_partman/blob/master/doc/pg_partman.md
Release Notes -
https://github.com/pgpartman/pg_partman/blob/master/CHANGELOG.txt
Crunchy Data - https://www.crunchydata.com

Crunchy Data is proud to support the development and maintenance of
pg_partman.

--
Keith Fiske
Senior Database Engineer
Crunchy Data - http://crunchydata.com

Browse pgsql-announce by date

  From Date Subject
Next Message Bo Peng 2020-02-20 07:40:32 Pgpool-II 4.1.1, 4.0.8, 3.7.13, 3.6.20, 3.5.24 and pgpoolAdmin 4.1.0 are now officially released.
Previous Message Monica Real Amores 2020-02-19 15:03:21 pglogical 2.3 Now Available