Forum OpenACS Development: DDL does a commit

Collapse
4: DDL does a commit (response to 1)
Posted by Andrew Piskorski on
At least in Oracle 8.x, doing any DDL whatsoever, including adding or dropping a table, immediately performs an implicit commit of the the current transaction. I assume Oracle 9.x and 10.x work the same way, but I've no idea what PostgreSQL does.