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 1trg88-007Gua-DZ for pgsql-general@arkaria.postgresql.org; Mon, 10 Mar 2025 16:37:28 +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 1trg86-00FAcs-GK for pgsql-general@arkaria.postgresql.org; Mon, 10 Mar 2025 16:37:26 +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 1trg86-00FAcX-64 for pgsql-general@lists.postgresql.org; Mon, 10 Mar 2025 16:37:26 +0000 Received: from smtp65.ord1d.emailsrvr.com ([184.106.54.65]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1trg82-0024P0-1f for pgsql-general@lists.postgresql.org; Mon, 10 Mar 2025 16:37:25 +0000 X-Auth-ID: xof@thebuild.com Received: by smtp9.relay.ord1d.emailsrvr.com (Authenticated sender: xof-AT-thebuild.com) with ESMTPSA id BB4C5C01D8; Mon, 10 Mar 2025 12:37:21 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: Big script execution From: Christophe Pettus In-Reply-To: Date: Mon, 10 Mar 2025 09:36:51 -0700 Cc: Laurenz Albe , "pgsql-generallists.postgresql.org" Content-Transfer-Encoding: 7bit Message-Id: <018BB1D4-F0B5-4865-85AB-B12B9C20FAA7@thebuild.com> References: To: Igor Korot X-Mailer: Apple Mail (2.3776.700.51.11.1) X-Classification-ID: f70271f1-5e79-4236-bbbb-8fd03deca0c1-1-1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On Mar 10, 2025, at 09:35, Igor Korot wrote: > > Will the tables also be deleted? > The CREATE TABLE statements are part of this big transaction. Yes. DDL is transactional in PostgreSQL just like DML.