Package postgresql14-pg_partman: Information

  • Default inline alert: Version in the repository: 5.1.0-alt1

Source package: postgresql14-pg_partman
Version: 5.0.1-alt1.1
Latest version according to Repology
Build time:  Mar 18, 2024, 06:55 AM in the task #342953
Category: Databases
Report package bug
License: PostgreSQL
Summary: pg_partman is an extension to create and manage both time-based and serial-based table partition sets.
Description: 
pg_partman is an extension to create and manage both time-based and number-based table
partition sets. As of version 5.0.0, only built-in, declarative partitioning is
supported and the older trigger-based methods have been deprecated.

The declarative partitioning built into PostgreSQL provides the commands to create
a partitioned table and its children. pg_partman uses the built-in declarative features
that PostgreSQL provides and builds upon those with additional features and enhancements
to make managing partitions easier. One key way that pg_partman extends partitioning in
Postgres is by providing a means to automate the child table maintenance over time (Ex.
adding new children, dropping old ones based on a retention policy). pg_partman also has
features to turn an existing table into a partitioned table or vice versa.

List of rpms provided by this srpm:
postgresql14-pg_partman (x86_64, ppc64le, i586, aarch64)
postgresql14-pg_partman-debuginfo (x86_64, ppc64le, i586, aarch64)

Maintainer: Alexey Sheplyakov


ACL:
Alexei Takaseev
@everybody

    1. postgresql14-server-devel
    2. rpm-build-python3

Last changed


March 18, 2024 Alexey Sheplyakov 5.0.1-alt1.1
- NMU: fixed FTBFS on LoongArch (disabled jit, no LLVM 15 here).
Jan. 9, 2024 Alexei Takaseev 5.0.1-alt1
- 5.0.1
Oct. 4, 2023 Alexei Takaseev 5.0.0-alt1
- 5.0.0
- Build only for PostgreSQL >= 14