Announcing the release of E-Maj 2.2.0

Posted on 2017-12-19 by Philippe Beaudoin
Related Open Source

I am very glad to announce the 2.2.0 version of E-Maj.

E-Maj is a PostgreSQL extension which enables fine-grained write logging and time travel on subsets of the database.

This new version supports from 9.2 to v10 PostgreSQL versions. It is a new step in giving more flexibility in tables groups management. In particular, it allows to remove tables or sequences from groups without being obliged to stop/restart the logging mecanism (and loose the capability to 'rollback' to a previous point in time).

Both web clients, Emaj_web and the phpPgAdmin plugin, have been enhanced to take benefit from this feature.

The full documentation is available on line. The core extension is available at pgxn.org or github.org.

The phpPgAdmin plugin and the Emaj_web application are also available at github.org.

Have fun with E-Maj !