**Lomé, Togo - February 23, 2023**

## PostgreSQL Global Temporary Tables

pgtt is a PostgreSQL extension to create, manage and use Oracle-style
Global Temporary Tables.

The main interest of this extension is to reproduce Oracle behavior
with GTT when you can not or don't want to rewrite the application
code when migrating to PostgreSQL. In all other case best is to
rewrite the code to use standard PostgreSQL temporary tables.

This is a maintenance release to fix a too much lock issue in multi parallel
process environment.

For the complete list of changes and acknowledgments, please checkout the 
release note
on 
[https://github.com/darold/pgtt/blob/master/ChangeLog](https://github.com/darold/pgtt/blob/master/ChangeLog)

## Links & Credits

pgtt is an open project. Any contribution to build a better tool is
welcome. You just have to send your ideas, features requests or patches
using the GitHub tools or directly to gil...@darold.net.

###Links

* Download:  
[https://github.com/darold/pgtt/releases/](https://github.com/darold/pgtt/releases/)
* Support: use GitHub report tool at 
[https://github.com/darold/pgtt/issues](https://github.com/darold/pgtt/issues)

Reply via email to