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 1sKHTK-009GDF-IM for pgsql-general@arkaria.postgresql.org; Thu, 20 Jun 2024 13:05:02 +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 1sKHTI-007C8J-Ao for pgsql-general@arkaria.postgresql.org; Thu, 20 Jun 2024 13:05:01 +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 1sKHTI-007C7p-0N for pgsql-general@lists.postgresql.org; Thu, 20 Jun 2024 13:05:00 +0000 Received: from mail.appl-ecosys.com ([50.126.108.78]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sKHTG-002FoB-Ex for pgsql-general@lists.postgresql.org; Thu, 20 Jun 2024 13:04:59 +0000 Received: from salmo.appl-ecosys.com (salmo.appl-ecosys.com [192.168.55.1]) by mail.appl-ecosys.com (Postfix) with ESMTP id EC5202A2B7C; Thu, 20 Jun 2024 06:04:56 -0700 (PDT) Date: Thu, 20 Jun 2024 06:04:56 -0700 (PDT) From: Rich Shepard To: pgsql-general@lists.postgresql.org, pgsql-general@postgresql.org Subject: Re: Transaction issue In-Reply-To: Message-ID: <55a3c9-5baa-ba24-c3fb-c9a777b7917e@appl-ecosys.com> References: <65F95FD4-CBEA-4E66-AE63-EBC9F617C988@gmail.com> <7678da90-521-3b52-4bb5-11bc9bdf6d1@appl-ecosys.com> <039e657e-5dbc-4243-8c82-865ccb2c2fe5@aklaver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, 20 Jun 2024, Karsten Hilbert wrote: > Shot in the dark: are you be any chance using tab-completion > when running the SELECT before the COMMIT ? Karsten, Nope. I prepare DDL, DML, and DQL scripts in emacs, then run them from the psql prompt using \i . Regards, Rich