捷克布拉格 - 2022 年 6 月 2 日
PostgreSQL 全局临时表
pgtt 是一个 PostgreSQL 扩展,用于创建、管理和使用 Oracle 风格的全局临时表。
该扩展的主要意义在于,当您无法或不想在迁移到 PostgreSQL 时重写应用代码时,可以复现 Oracle 的 GTT 行为。在所有其他情况下,最佳做法是重写代码以使用标准 PostgreSQL 临时表。
这是一个维护版本,添加了对 PostgreSQL 15 的支持,并修复了尝试删除常规表时的错误。
添加对 PostgreSQL 15 的支持。
修复了当扩展已加载时无法删除常规表的问题。
完整的变更列表请查看发布说明:https://github.com/darold/pgtt/blob/master/ChangeLog (https://github.com/darold/pgtt/blob/master/ChangeLog)
链接与致谢
pgtt 是一个开放项目。欢迎任何有助于构建更好工具的贡献。您只需通过 GitHub 工具或直接发送邮件至 gilles@darold.net 提交您的想法、功能请求或补丁。
链接
下载:https://github.com/darold/pgtt/releases/ (https://github.com/darold/pgtt/releases/)
支持:请使用 GitHub 问题报告工具 https://github.com/darold/pgtt/issues (https://github.com/darold/pgtt/issues)