E-Maj distribution content ========================== Once :doc:`installed `, an E-Maj version contains the following files. +---------------------------------------------+---------------------------------------------------------------------+ | **Files** | **Usage** | +=============================================+=====================================================================+ | sql/emaj--.sql | Extension installation script | +---------------------------------------------+---------------------------------------------------------------------+ | sql/emaj-.sql | Alternate *psql* installation script | +---------------------------------------------+---------------------------------------------------------------------+ | sql/emaj----.sql | Extension upgrade scripts (e.g., from 4.7.0 to 4.7.1). | +---------------------------------------------+---------------------------------------------------------------------+ | sql/emaj_demo.sql | *psql* script for E-Maj demonstration | +---------------------------------------------+---------------------------------------------------------------------+ | sql/emaj_prepare_parallel_rollback_test.sql | *psql* test script for parallel rollbacks | +---------------------------------------------+---------------------------------------------------------------------+ | README.md | Reduced extension documentation | +---------------------------------------------+---------------------------------------------------------------------+ | CHANGES.md | Release notes | +---------------------------------------------+---------------------------------------------------------------------+ | AUTHORS.md | Who are the authors | +---------------------------------------------+---------------------------------------------------------------------+ | LICENSE | E-Maj license information | +---------------------------------------------+---------------------------------------------------------------------+ | META.json | Technical data for PGXN | +---------------------------------------------+---------------------------------------------------------------------+ | emaj.control | Extension control file for PostgreSQL's extensions management | +---------------------------------------------+---------------------------------------------------------------------+ | Makefile | E-Maj install/uninstall description for the make command | +---------------------------------------------+---------------------------------------------------------------------+ | client/emajParallelRollback.pl | *Perl* client to spawn parallel rollbacks | +---------------------------------------------+---------------------------------------------------------------------+ | client/emajRollbackMonitor.pl | *Perl* client to monitor rollbacks | +---------------------------------------------+---------------------------------------------------------------------+ | client/emajStat.pl | *Perl* client to monitor changes recording | +---------------------------------------------+---------------------------------------------------------------------+ | doc/Emaj._pres.en.odp | English version of the E-Maj presentation (OpenDocument) | +---------------------------------------------+---------------------------------------------------------------------+ | doc/Emaj._pres.fr.odp | French version of the E-Maj presentation (OpenDocument) | +---------------------------------------------+---------------------------------------------------------------------+ | doc/Emaj._pres.en.pdf | English version of the E-Maj presentation (PDF) | +---------------------------------------------+---------------------------------------------------------------------+ | doc/Emaj._pres.fr.pdf | French version of the E-Maj presentation (PDF) | +---------------------------------------------+---------------------------------------------------------------------+