Jump to letter: [
BCDEGHIJMOPRSTW
]
pgtt_96 - PostgreSQL Global Temporary Tables Extension
- Description:
pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
Temporary Tables and the others RDBMS.
The objective of this extension it to propose an extension 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. In all other case best is to rewrite the code to use standard
PostgreSQL temporary tables.
Packages
pgtt_96-2.5-1.rhel7.src
[37 KiB] |
Changelog
by Devrim Gündüz (2021-09-22):
- Update to 2.5
- Fix RHEL 8 / ppc64le support.
|
pgtt_96-2.4-1.rhel7.src
[37 KiB] |
Changelog
by Devrim Gündüz (2021-06-04):
- Update to 2.4
|
pgtt_96-2.3-1.rhel7.src
[35 KiB] |
Changelog
by Devrim Gündüz (2021-04-02):
- Update to 2.3
- Export PATH, and remove pgxs patches.
|
pgtt_96-2.2-1.rhel7.src
[35 KiB] |
Changelog
by Devrim Gündüz (2020-11-17):
- Initial packaging for PostgreSQL RPM repository
|