Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uX7kI-0065JM-7v for pgsql-announce@arkaria.postgresql.org; Thu, 03 Jul 2025 00:24:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uX7kG-006Tq9-3J for pgsql-announce@arkaria.postgresql.org; Thu, 03 Jul 2025 00:24:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uX7kF-006TpK-4R for pgsql-announce@lists.postgresql.org; Thu, 03 Jul 2025 00:24:07 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uX7kD-005FHU-31 for pgsql-announce@lists.postgresql.org; Thu, 03 Jul 2025 00:24:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=g2XGNXSyMXqIm4fNUpE5kM+Hnc+F/yWxD6E/hvZv9dA=; b=TzXQfpY2RHPmVtKCIPd+mzwlci yLKbreHbGx6Ojuj9jk5PbgvTHTekicf3+A9aV2aRmV6naccpxm+B8RYqqRq0j8IK5HQLa2+oapg8i OV91IwQidkhEY/Zj7FwwEJoZlbefq3/4l31XI+ppG1X0nLoeR83jgCSHK5UxHJN3NTqbkYMtnfcc2 x7Ve9cqHvprDKxGsSVPAqMG2LJldA/XRrkxQ5jtrV7JiTB0tVcrZgGY7DmoeUTNZop2aNVgdBq3tV zQY2WYBdCgcBWwVLJtti731GZIzX+GapA4xk1gE0PXq6eI1SVV5AWsmPQyFkhERdDkOGeCz0DGCZG uubEvpcQ==; Received: from wrigleys.postgresql.org ([217.196.149.60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uX7kD-00EbKg-Cw for pgsql-announce@lists.postgresql.org; Thu, 03 Jul 2025 00:24:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1uX7kA-00DMPw-2s for pgsql-announce@lists.postgresql.org; Thu, 03 Jul 2025 00:24:03 +0000 Content-Type: multipart/mixed; boundary="===============2583919920430000989==" MIME-Version: 1.0 Subject: pgtt v4.4 released To: PostgreSQL Announce From: HexaCluster via PostgreSQL Announce Reply-To: gilles@hexacluster.ai Date: Thu, 03 Jul 2025 00:23:26 +0000 Message-ID: <175150220689.3157500.5012423971864201429@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 5953c3d002a7ba260852c6f4ceb4640175320845cd6c469680d0f07dc6449c53 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============2583919920430000989== Content-Type: multipart/alternative; boundary="===============0596297388188831560==" MIME-Version: 1.0 --===============0596297388188831560== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Grenoble, France - July 2nd, 2025 ## 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 R= DBMS. pgtt v4.4 has been released, this is a maintenance release to fix a search_= path error when using pg_dump or when search_path is empty. by users since latest release and especially a `search_path` modification i= ssue. Complete list of changes is available [here](https://github.com/darold/pgtt= /blob/v4.2/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/daro= ld/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/issue= s](https://github.com/darold/pgtt/issues) ## About pgtt The objective of this extension it to provide the Global Temporary Table fe= ature waiting for an in core implementation. The main interest of this extension is to mi= mic 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 C= orp](https://hexacluster.ai). --===============0596297388188831560== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgtt v4.4 released
 

pgtt v4.4 released

Grenoble, France - July 2nd, 2025

PostgreSQL Global Temporary Tab= les

pgtt is a PostgreSQL extension to create, m= anage and use DB2 or Oracle-style Global Temporary Tables. Once created the use is just like with the other R= DBMS.

pgtt v4.4 has been released, this is a main= tenance release to fix a search_path error when using pg_dump or when search_path is empty. by users since latest release and especially a search_path mod= ification issue.

Complete list of changes is available here

Links & Credits

pgtt is an open project. Any contribution t= o build a better tool is welcome. You just have to send your ideas, features requests or patches using the GitHub tools.

Links :

About pgtt

The objective of this extension it to provi= de the Global Temporary Table feature waiting for an in core implementation. The main interest of this extension is to mi= mic 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.

This email was sent to you from HexaCluster. It was delivered on their beha= lf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to HexaCluster.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============0596297388188831560==-- --===============2583919920430000989==--