pgtt v4.0 has been released

From: HexaCluster via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pgtt v4.0 has been released
Date: 2024-05-31 18:01:20
Message-ID: 171717848019.2021725.16384261145845114902@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Grenoble, France - May 31th, 2024

## 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.0 has been released, this is a major release that adds the following features.

- The port to Windows operating system.
- Allows preloading pgtt in `session_preload_libraries`.

Welcome [Julien Rouhaud](https://github.com/rjuju) as co-author and co-maintainer of this project.

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

Browse pgsql-announce by date

  From Date Subject
Next Message Dandy Made Productions via PostgreSQL Announce 2024-06-09 17:03:29 Ajqvue Version 3.5 Released
Previous Message pgAdmin Development Team via PostgreSQL Announce 2024-05-30 21:55:45 pgAdmin 4 v8.7 Released