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 1uOWVL-005Fjg-BZ for pgsql-announce@arkaria.postgresql.org; Mon, 09 Jun 2025 07:01: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 1uOWVJ-006Bof-1A for pgsql-announce@arkaria.postgresql.org; Mon, 09 Jun 2025 07:01: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 1uOWVH-006Bnn-Cv for pgsql-announce@lists.postgresql.org; Mon, 09 Jun 2025 07:01: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.96) (envelope-from ) id 1uOWVG-00124w-0j for pgsql-announce@lists.postgresql.org; Mon, 09 Jun 2025 07:01: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=cVdUgpZx2gCfknzerSSy11LcMu8BfeaB7ckh/rPVYHE=; b=ogb9cujBSCDoz93vQb90JLR0Us zC9uPzO3ufoIX1zuLG4WyZdbVrqh+urTj8Whz9YyL/LX+T4Am/jIMY8YamImhjllbn7h0eJi1MKjD ugnCDz/D5qP+1IsJlvx0xgIIZiHwovE0/jjvjXWHR8nvThLq0lhTRYGV4MgmjXQrM+/Bbs9JtF+cC bxlO4fsEV/4JMuKFpFVR+PumXcxJatiH4ri1utialhqjncCoTbbbHXBaxpmbWtSQOget7az/8StdS nnM/BCQ7TnQuIpVQ88C8fBmyBqB4DjFG5Zo22xMaif+cI+IcL8YqVYol6zaxbpiQQ7E9Z0fBRht/v npEHtdGg==; 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 1uOWVF-003OS9-KZ for pgsql-announce@lists.postgresql.org; Mon, 09 Jun 2025 07:01: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 1uOWVD-003BsJ-2U for pgsql-announce@lists.postgresql.org; Mon, 09 Jun 2025 07:01:03 +0000 Content-Type: multipart/mixed; boundary="===============5518288834459500473==" MIME-Version: 1.0 Subject: pgtt v4.3 released To: PostgreSQL Announce From: HexaCluster via PostgreSQL Announce Reply-To: gilles@hexacluster.ai Date: Mon, 09 Jun 2025 07:00:54 +0000 Message-ID: <174945245460.790.11320961169207022385@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 509cff2b23f4f6a33260230a09d88cac414f3b68e07b9e92e3b3f76ae7ab942c List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============5518288834459500473== Content-Type: multipart/alternative; boundary="===============7022524630752558746==" MIME-Version: 1.0 --===============7022524630752558746== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Antananarivo, Madagascar - June 9th, 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.3 has been released, this is a maintenance release to fix issues re= ported by users since latest release and especially a `search_path` modification i= ssue. * Preserve `pg_catalog` at end of search path if it is the case to allow `pg_catalog` overloaded function to be executed. * Preserve `$user` and other elements in `search_path`. Complete list of changes is available [here](https://github.com/darold/pgtt= /blob/v4.3/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). --===============7022524630752558746== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgtt v4.3 released
 

pgtt v4.3 released

Antananarivo, Madagascar - June 9th, 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.3 has been released, this is a main= tenance release to fix issues reported by users since latest release and especially a search_path mod= ification issue.

  • Preserve = pg_catalog at end of search path if it is the case to allow pg_catalog overloaded function to be executed.
  • Preserve = $user and other elements in search_path.

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/.
 
--===============7022524630752558746==-- --===============5518288834459500473==--