Re: Persistent changes in rolled-back transactions - Mailing list pgsql-admin

From Ron
Subject Re: Persistent changes in rolled-back transactions
Date
Msg-id bffe5007-512b-fb4c-aafd-feb047b7fcf3@gmail.com
Whole thread Raw
In response to Re: Persistent changes in rolled-back transactions  (Rui DeSousa <rui@crazybean.net>)
List pgsql-admin
On 11/11/22 17:18, Rui DeSousa wrote:


On Nov 9, 2022, at 8:23 PM, David G. Johnston <david.g.johnston@gmail.com> wrote:

Or just read the documentation for the current version (I seem to recall it used to be non-transactional, maybe...doesn't matter now).

In a lot of other databases DDL is not transactional and truncate is DDL — most likely confusing it with another RDBMS systems.

The first two RDBMS I dealt with had transactional DDL.  It's... natural, given that table definitions reside in a system catalog that's just a bunch of tables...  I was shocked to see how Oracle does it (and that they don't have integers).

--
Angular momentum makes the world go 'round.

pgsql-admin by date:

Previous
From: Edwin UY
Date:
Subject: Re: How to test replication without doing a failover
Next
From: Rui DeSousa
Date:
Subject: Re: How to test replication without doing a failover