Grenoble, France - July 2nd, 2025

## 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 v4.4 has been released, this is a maintenance release to fix a search_path
error when using pg_dump or when search_path is empty.
by users since latest release and especially a `search_path` modification issue.

Complete list of changes is available 
[here](https://github.com/darold/pgtt/blob/v4.2/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.

**Links :**

* Documentation:  
[https://github.com/darold/pgtt/](https://github.com/darold/pgtt/)
* 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)

## About pgtt

The objective of this extension it to provide the Global Temporary Table 
feature waiting
for an in core implementation. The main interest of this extension is to mimic 
the Oracle
behavior with GTT when you can not or don't want to rewrite the application 
code when
migrating to PostgreSQL.

This is a project created and maintained by Gilles Darold at [HexaCluster 
Corp](https://hexacluster.ai).

Reply via email to