Thank you! On Mon, Mar 10, 2025, 11:37 AM Christophe Pettus <[email protected]> wrote:
> > > > On Mar 10, 2025, at 09:35, Igor Korot <[email protected]> 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. >
