pg_partman 4.0.0 released

From: Keith Fiske <keith(dot)fiske(at)crunchydata(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pg_partman 4.0.0 released
Date: 2018-10-12 20:34:44
Message-ID: CAODZiv6xhXNjYj90m88c5P8+U0GbJHOR4Yie=WhQe8=BcHwT4w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The next major release of PG Partition Manager (pg_partman) has been
released. Version 4.0.0 brings support for new native partitioning features
found in PostgreSQL 11. It also introduces the use of stored procedures to
replace some of the previous functionality that could only be accomplished
with external python scripts (Ex. efficient partitioning and unpartitioning
of large data sets).

Some other changes include:

- Redesigned required privileges so SECURITY DEFINER is no longer in use
with many of pg_partman's functions. This is the first step in removing the
superuser requirement for native partitioning all-together from this
extension in the near future.

- Automatic creation of a DEFAULT partition for PG11+ native partitioning

- New source table parameter to the partitioning functions to allow easier
partitioning of an existing table to a native partition set.

See the CHANGELOG for full details and additional bug fixes.

https://github.com/pgpartman/pg_partman

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

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2018-10-14 23:03:53 == PostgreSQL Weekly News - October 14, 2018 ==
Previous Message Jonathan S. Katz 2018-10-11 13:34:52 PostgreSQL 11 RC1 Released!