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 1sKJ50-009PnX-Dw for pgsql-general@arkaria.postgresql.org; Thu, 20 Jun 2024 14:48: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 1sKJ4x-008xgX-F7 for pgsql-general@arkaria.postgresql.org; Thu, 20 Jun 2024 14:48:00 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sKJ4x-008xgM-45 for pgsql-general@lists.postgresql.org; Thu, 20 Jun 2024 14:48:00 +0000 Received: from mail.appl-ecosys.com ([50.126.108.78]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sKJ4v-002fGO-Nn for pgsql-general@postgresql.org; Thu, 20 Jun 2024 14:47: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 4CC392A2B7C for ; Thu, 20 Jun 2024 07:47:55 -0700 (PDT) Date: Thu, 20 Jun 2024 07:47:55 -0700 (PDT) From: Rich Shepard To: pgsql-general@postgresql.org Subject: Re: Transaction issue In-Reply-To: <393A432B-E08C-46C6-B8FE-BE20BEE4E122@gmail.com> Message-ID: References: <55a3c9-5baa-ba24-c3fb-c9a777b7917e@appl-ecosys.com> <393A432B-E08C-46C6-B8FE-BE20BEE4E122@gmail.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, Rob Sargent wrote: > Is psql running in emacs (which is my preferred sql shell. M-x sql-postgres)? Rob, Not when I'm entering new data or updating existing tables. Otherwise, yes. Regards, Rich