Re: Big script execution

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Big script execution
Date: 2025-03-10 16:36:51
Message-ID: 018BB1D4-F0B5-4865-85AB-B12B9C20FAA7@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Mar 10, 2025, at 09:35, Igor Korot <ikorot01(at)gmail(dot)com> 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Korot 2025-03-10 16:48:24 Re: Big script execution
Previous Message Igor Korot 2025-03-10 16:35:45 Re: Big script execution