Contents
pgtt - PostgreSQL Global Temporary Tables
An extension providing global temporary tables
pgtt
is an extension providing global temporary tables (GTT).
pgtt
aims to provide GTT functionality similar to that available in other RDBMS such as Oracle.
Release history
For a full and detailed list of pgtt
releases, see the pgtt release page.
- 2.7 (2021-11-23)
- maintenance release
- 2.6 (2021-09-22)
- PostgreSQL 14 compatibility finalized
- 2.5 (2021-06-08)
- Fix for PostgreSQL 9.6 compatibility
- 2.4 (2021-06-04)
- PostgreSQL 14 compatibility
- the extension can be used by non-superusers
- 2.3 (2021-04-02)
- PostgreSQL 10 and PostgreSQL 11 compatibility fixes
- 2.2 (2020-11-09)
- support for PostgreSQL 12 and PostgreSQL 13 (commit 4f0ab449)
- 2.1 (2020-05-11)
- maintenance release
- 2.0 (2020-04-19)
- initial release
Note there are no tags prior to v2.0.
References
- GitHub: pgtt
See also
global temporary table