Grenoble - April 2nd, 2021 ## PostgreSQL Global Temporary Tables
pgtt is a PostgreSQL extension to create, manage and use DB2 or Oracle-style Global Temporary Tables. Once created the use is just like with the other RDBMS. pgtt v2.3 has been released, this is a maintenance release to fix the compatibility with PostgreSQL 10 and 11. Complete list of changes is available [here](https://github.com/darold/pgtt/blob/v2.3/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 [email protected]. **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) or contact [email protected]. ## About pgtt Docs & Download at [https://github.com/darold/pgtt/](https://github.com/darold/pgtt/)
