DB/PostgreSQL
[Theorem] Differences between conn.commit and conn.autocommit
See_the_forest
2022. 10. 1. 21:30
In PostgreSQL, all user activity occurs in a transaction. If autocommit mode is enabled, each SQL statement forms a single transcation on its on. In this case, no rollback is possible.
Source from :