Search Results

1
vote
2answers
133 views

Limits on PostgreSQL schema changes inside transactions?

My database background is with Oracle, so I was surprised to discover that Postgres includes schema changes in transactions - if you begin one, create a table and then rollback, the table goes away …