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 1rvHJ8-00AxmA-Pl for pgsql-announce@arkaria.postgresql.org; Fri, 12 Apr 2024 13:51:11 +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 1rvHJ7-00EX5W-I7 for pgsql-announce@arkaria.postgresql.org; Fri, 12 Apr 2024 13:51:09 +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 1rvHJ6-00EX4e-L0 for pgsql-announce@lists.postgresql.org; Fri, 12 Apr 2024 13:51:08 +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.94.2) (envelope-from ) id 1rvHJ3-002W3C-Ew for pgsql-announce@lists.postgresql.org; Fri, 12 Apr 2024 13:51:07 +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=DaH2jiSSaRboqIWbLUadweK1H1D0KlhNITLeX4Z7acQ=; b=DKusCEnXLzVIjTAxFK8NYem+hJ R40omgWN8cPGgwZwfW9otC+6SzU8llu8Wn4+GyvIjievDU48Z6UDrVxnFN0k6Mq/iVE9IWqhwuqIp DCAQEt95MslY/5XPbH4xjTzB8kRyhrmrPaZXCitAwgWAF9FZdZJD5XzluW1eDfnvmaapbxAMUm1Rx 5l1uXpuO4fgdxfnu9NuVjooiohln0CjcDJzbfiAMQRjgB1+SnzZv2QBtKl4GQFf/kuMtdQWjvLM0x JPXcoVFcjL9ycXneMPECgqop8AdONUe7EInSMY840zd6auVoEwjmRr9ICaQX29rKDYp7XtAUN9/jD I+SGm9GQ==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::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 1rvHJ2-005cit-Dc for pgsql-announce@lists.postgresql.org; Fri, 12 Apr 2024 13:51:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rvHJ0-002C6l-AM for pgsql-announce@lists.postgresql.org; Fri, 12 Apr 2024 13:51:03 +0000 Content-Type: multipart/mixed; boundary="===============5843287617336506285==" MIME-Version: 1.0 Subject: pgtt v3.2 has been released To: PostgreSQL Announce From: HexaCluster via PostgreSQL Announce Reply-To: gilles@hexacluster.ai Date: Fri, 12 Apr 2024 13:50:18 +0000 Message-ID: <171292981822.684.1050008014123176625@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 45bd32a91555f7d9a0da4bade30f4817ebbf5adbf273c85c1069de4d0a6daba2 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============5843287617336506285== Content-Type: multipart/alternative; boundary="===============7476366681303728468==" MIME-Version: 1.0 --===============7476366681303728468== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hanoi, Vietnam - April 12th, 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 R= DBMS. pgtt v3.2 has been released, this is a maintenance release to fix issues re= ported by users since latest release and add compatibility with future PG 17. Complete list of changes is available [here](https://github.com/darold/pgtt= /blob/v3.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 or directly to gilles@darold.net. **Links :** * 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) or contact gilles@darold.net. ## About pgtt Docs & Download at [https://github.com/darold/pgtt/](https://github.com/dar= old/pgtt/) --===============7476366681303728468== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgtt v3.2 has been released
 

pgtt v3.2 has been released

Hanoi, Vietnam - April 12th, 2024

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 v3.2 has been released, this is a main= tenance release to fix issues reported by users since latest release and add compatibility with future PG 17.

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 or directly to gilles@darold.net.

Links :

About pgtt

Docs & Download at
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/.

 
--===============7476366681303728468==-- --===============5843287617336506285==--