Yeah - it matters whether you using psql client or python db api (for
example) - as some of these decide to open a transaction immediately
after a connection is established (via BEGIN) . So reading the docs and
experimenting as indicated is essential!
regards
Mark
On 15/10/18 18:58, David G. Johnston wrote:
On Sunday, October 14, 2018, prasanna rk <prasanna2mail@xxxxxxxxx
<mailto:prasanna2mail@xxxxxxxxx>> wrote:
Does this mean..every statement which does not have begin will be
automatically commited.
You should experiment in your chosen environment and see what does and
doesn’t work.
David J.