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.96) (envelope-from ) id 1vvc5z-00AHAK-2h for pgsql-docs@arkaria.postgresql.org; Thu, 26 Feb 2026 14:12:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vvc5j-00CzLU-2m for pgsql-docs@arkaria.postgresql.org; Thu, 26 Feb 2026 14:11:47 +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.96) (envelope-from ) id 1vvZms-00C6wX-0Z for pgsql-docs@lists.postgresql.org; Thu, 26 Feb 2026 11:44:10 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vvZmn-00000001Nm9-3MOW for pgsql-docs@lists.postgresql.org; Thu, 26 Feb 2026 11:44:09 +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:Cc:From:To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Content-ID: Content-Description:In-Reply-To:References; bh=UFx5lXyULYi4fo0mjQT50Ko42dnXpcNHU9BWRKWu/aI=; b=bwoHKxuiuqlzhOddahS0adlbEp 118g5HNOcZO914qMhnRop6cGQhhlKouNAnUseGA/ahagsQ82lkekM5T9UP2fXiNRfFj531rN1+Nkq MACOdZLd0mm0W/jowbiFkQjR+AXJQQXNz8aTTOUHbpGNGYcIciT9+4BQagDCf7oDaLCPiZGKI1V+n iCMh9d9/fnnZ2wJ49EIu/BghN8kvm0keZpPJgESp1g+6YdBWXlr2u4OkyWtd5yX0Tyv+uxF4ZeOaA qgFw0Xxa+Kju5JIe1wldYNxBIdom3CnIDKu85BF5UeTWyQ35VkIQ9ecaEor/RfWt3y9+64cOPhmXs zbanI+Lw==; 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.96) (envelope-from ) id 1vvZmm-003nUe-0v for pgsql-docs@lists.postgresql.org; Thu, 26 Feb 2026 11:44: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 1vvZml-00CLNn-1M for pgsql-docs@lists.postgresql.org; Thu, 26 Feb 2026 11:44:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Notes about COMMIT on an aborted transaction will automatically cause a rollback To: pgsql-docs@lists.postgresql.org From: PG Doc comments form Cc: f@fzfx.ru Reply-To: f@fzfx.ru, pgsql-docs@lists.postgresql.org Date: Thu, 26 Feb 2026 11:43:04 +0000 Message-ID: <177210618448.1546488.14871418181316483126@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/18/sql-commit.html Description: Probably it's good idea to add note about COMMIT on an aborted transaction will automatically cause a rollback, because i can't find this sentence in the documentation for now.