pg_partman 4.3.0ダウンロード
更新内容
- A set of documentation for migrating an old trigger-based partition set to the native, declarative partitioning in PostgreSQL 11 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.
ダウンロード