Back
I am working on a program that issues DDL. I would like to know whether to CREATE TABLE and similar DDL can be rolled back in
Describe how each database handles transactions with DDL.
Following databases can handle the transactions with DDL
This CREATE TABLE documentation does not mention any special transactional 'gotchas'.
The below link will provide an overview of this issue from PostgreSQL's perspective.
http://wiki.postgresql.org/wiki/Transactional_DDL_in_PostgreSQL:_A_Competitive_Analysis
31k questions
32.8k answers
501 comments
693 users