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 :
'DB > PostgreSQL' 카테고리의 다른 글
[Theorem] Difference between VACUUM and VACUUM FULL (0) | 2022.10.01 |
---|---|
[psycopg2] Vacuuming Postgres Database (0) | 2022.10.01 |
[psycopg2] More efficient Index Scan (0) | 2022.10.01 |
[psycopg2] Efficient query with Index Scan (0) | 2022.10.01 |
[psycopg2] Debugging Postgres Queries (0) | 2022.10.01 |