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 1rIAKj-006hR9-Sl for pgsql-announce@arkaria.postgresql.org; Tue, 26 Dec 2023 16:31: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 1rIAKi-00DFik-IH for pgsql-announce@arkaria.postgresql.org; Tue, 26 Dec 2023 16:31: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 1rIAKh-00DFd5-It for pgsql-announce@lists.postgresql.org; Tue, 26 Dec 2023 16:31: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.94.2) (envelope-from ) id 1rIAKe-00CIxm-Ll for pgsql-announce@lists.postgresql.org; Tue, 26 Dec 2023 16:31: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=FgoeSJQ2Wbe84fRcG51NZaNxBm7N6E28HhjtbeOrTDU=; b=1jB3znj+kSuq8DRbaDA+qUR+v3 5Bmto8Oed0vyaLesKlt/UxZbNRTosvdgBuZYAaBajousPsGygYMkZABW/T5GVNH3WO1e/ErsHYgl0 Vd35QapTtXk8GCJPVy7WWj6vddsc1eAlvQBhuUxt8wHssCHaJwtrtyhsiVJSNgQhcMMe4UFOuj1nW Cq5JvvQqeE3mfdLdEhp4Qbob5o88o+hDqjbmflC6sAr6qxWslmBpKT43iS2ACyN4v9ENe/XSCU1s9 3yPzqdMWDuP7UCLRf6VqOJ/pUAV3T7Z5lcMPSkd4Zll927pBM/g3ZEvxHODu7rJIFEG9SyQeXj1jt MS0sHjHA==; Received: from wrigleys.postgresql.org ([2a02:c0:301:0:ffff::34]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rIAKd-006ftZ-TO for pgsql-announce@lists.postgresql.org; Tue, 26 Dec 2023 16:31: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 1rIAKb-00GRGU-9e for pgsql-announce@lists.postgresql.org; Tue, 26 Dec 2023 16:31:02 +0000 Content-Type: multipart/mixed; boundary="===============6128364110791318388==" MIME-Version: 1.0 Subject: pgtt v3.1 has been released To: PostgreSQL Announce From: HexaCluster via PostgreSQL Announce Reply-To: gilles@hexacluster.ai Date: Tue, 26 Dec 2023 16:30:09 +0000 Message-ID: <170360820924.1876504.16154596443147790125@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 768a19838b3bdbdb06eb5cef7b55b8985832c3c40874b77cf6f63133eace066f List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============6128364110791318388== Content-Type: multipart/alternative; boundary="===============4876186534048322247==" MIME-Version: 1.0 --===============4876186534048322247== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Grenoble, France - December 26, 2023 ## 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.1 has been released, this is a maintenance release to fix issues reported by users since latest release. - Fix error attempt to redefine parameter "pgtt.enabled". - Fix missing acquiring lock for temporary table. Complete list of changes and acknowledgment are available [here](https://gi= thub.com/darold/pgtt/blob/v3.1/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/) * Documentation: [https://github.com/darold/pgtt/#readme](https://github.c= om/darold/pgtt/#readme) * Support: use GitHub report tool at [https](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/) --===============4876186534048322247== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgtt v3.1 has been released
 

pgtt v3.1 has been released

Grenoble, France - December 26, 2023

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.1 has been released, this is a main= tenance release to fix issues reported by users since latest release.

  • Fix error attem= pt to redefine parameter "pgtt.enabled".
  • Fix missing acq= uiring lock for temporary table.

Complete list of changes and acknowledgment= are 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/.

 
--===============4876186534048322247==-- --===============6128364110791318388==--