pgtt v2.8.0 has been published

From: MigOps via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pgtt v2.8.0 has been published
Date: 2022-06-03 12:36:00
Message-ID: 165425976010.573549.17348839589084223633@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Praha, Czech Republic - June 02, 2022

## 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 add support to PostgreSQL 15
and fix an error when trying to drop a regular table.

- Add support to PostgreSQL 15.
- Fix impossibility to drop a regular table when the extension is loaded.

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 CloudNativePG via PostgreSQL Announce 2022-06-06 16:27:05 CloudNativePG 1.15.1 Released!
Previous Message MigOps via PostgreSQL Announce 2022-06-03 12:34:41 pgcluu v3.3 released