Zurich, Switzerland - Nov 12th, 2020 ## Server side rollback at statement level for PostgreSQL
pg_statement_rollback is a PostgreSQL extension to add server side transaction with rollback at statement level like in Oracle or DB2. Release v1.1 of pg_statement_rollback was released today. This is a maintenance release to fix the unhandled case of a writing function throwing error that was causing a failure of the extension. See [ChangeLog](https://github.com/lzlabs/pg_statement_rollback/releases/tag/v1.1) for a complete list of changes. ## Links & Credits pg_statement_rollback is an open project from LzLabs ([https://www.lzlabs.com/](https://www.lzlabs.com/)). Any contribution to build a better tool is welcome. You just have to send your ideas, features requests or patches using the GitHub tools. Links : * Documentation: [https://github.com/lzlabs/pg_statement_rollback/#readme](https://github.com/lzlabs/pg_statement_rollback/#readme) * Download: [https://github.com/lzlabs/pg_statement_rollback/releases/](https://github.com/lzlabs/pg_statement_rollback/releases/) * Support: use GitHub report tool at [https://github.com/lzlabs/pg_statement_rollback/issues](https://github.com/lzlabs/pg_statement_rollback/issues) * Authors: [https://github.com/lzlabs/pg_statement_rollback/#authors](https://github.com/lzlabs/pg_statement_rollback/#authors)
