Message284538
I'm trying to catch up with you.
Does it mean, if I want execute VACUUM, I have to commit manually? Like this:
if conn.in_transaction:
conn.commit()
conn.execute("vacuum") |
|
Date |
User |
Action |
Args |
2017-01-03 04:42:41 | malin | set | recipients:
+ malin, ghaering, jaraco, ned.deily, r.david.murray, socketpair, berker.peksag, serhiy.storchaka, xiang.zhang, palaviv, Big Stone, fschulze, callidomus |
2017-01-03 04:42:41 | malin | set | messageid: <1483418561.04.0.738502923863.issue28518@psf.upfronthosting.co.za> |
2017-01-03 04:42:41 | malin | link | issue28518 messages |
2017-01-03 04:42:40 | malin | create | |
|