PG Partition Manager (pg_partman) 2.0.0 Released

From: Keith Fiske <keith(at)omniti(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: PG Partition Manager (pg_partman) 2.0.0 Released
Date: 2015-06-15 16:18:22
Message-ID: CAG1_KcCsC+U_QFyNKvK-5czBFfAcpmH6DnYAHPe0=_ZeJx2GJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The next major version of pg_partman has been released.

The biggest new feature is there is now a background worker process
(http://www.postgresql.org/docs/9.4/static/bgworker.html) for
partition maintenance. This means, for most cases, a separate
scheduler is no longer required. This also means that PostgreSQL 9.4
at a minimum is required for 2.0.0. See the README and doc file for
more info on setting this up.

There are also now no longer distinct partition trigger types (static &
dynamic). These have been combined into a single trigger format that
better handles a wider range of incoming data to partition sets.
Instructions for migrating existing partition sets can be found in the
extension update file (pg_partman--1.8.7--2.0.0.sql).

The primary download location is github -
https://github.com/keithf4/pg_partman
It can also be found on pgxn - http://pgxn.org/dist/pg_partman/2.0.0

--
Keith Fiske
Database Administrator
OmniTI Computer Consulting, Inc.
http://www.keithf4.com

Browse pgsql-announce by date

  From Date Subject
Next Message Daniele Varrazzo 2015-06-15 17:30:55 Psycopg 2.6.1 released
Previous Message David Fetter 2015-06-14 22:42:08 == PostgreSQL Weekly News - June 14 2015 ==