Global Temporary Table v2.2 released

From: Gilles Darold via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: Global Temporary Table v2.2 released
Date: 2020-11-16 09:01:00
Message-ID: 160551726037.22411.6279233747416574168@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

**Grenoble - November 09th, 2020**

## 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 new release v2.2.0 is a port of the extension for PostgreSQL v12 and v13.
It works now on all PostgreSQL version from v9.5 to current. It also
fixes automatic creation of the underlying temporary table after a
rollback.

For the complete list of changes, 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 gilles(at)darold(dot)net(dot)

###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)

Browse pgsql-announce by date

  From Date Subject
Next Message pgAdmin Development Team via PostgreSQL Announce 2020-11-16 09:01:28 pgAdmin 4 v4.28 Released
Previous Message yum.postgresql.org via PostgreSQL Announce 2020-11-13 20:48:01 LLVM issues with PostgreSQL YUM repository on CentOS 8