emaj icon indicating copy to clipboard operation
emaj copied to clipboard

E-Maj is a PostgreSQL extension that tracks updates on tables sets with rollback capabilities

Results 2 emaj issues
Sort by recently updated
recently updated
newest added

To support automated installers like the pgxn client, add a Makefile that uses PGXS to install the extension. Something like [this](https://github.com/theory/kv-pair/blob/main/Makefile) has bits to automate various things, but even just...

The sql script generated by the emaj_gen_sql_group() functions family may fail at execution time if some recorded transactions used foreign keys temporarily set as DEFERRED. This may be the case...

bug