Hello,
Quoting postgresql documentation:
"13.4.1. Disable Autocommit
Turn off autocommit and just do one commit at the end. (In plain SQL, this means issuing BEGIN at the start and COMMIT at the end. Some client libraries may do this behind your back, in which case you need to make sure the library does it when you want it done.) [....] "
In my opinion the documentation doesn´t seem to be very assertive in relation to this matter. So i just ask someone to confirm if that is really the way to disable autocommit.
Best Regards
Quoting postgresql documentation:
"13.4.1. Disable Autocommit
Turn off autocommit and just do one commit at the end. (In plain SQL, this means issuing BEGIN at the start and COMMIT at the end. Some client libraries may do this behind your back, in which case you need to make sure the library does it when you want it done.) [....] "
In my opinion the documentation doesn´t seem to be very assertive in relation to this matter. So i just ask someone to confirm if that is really the way to disable autocommit.
Best Regards
Comment