Re: My question about the transaction - Mailing list pgsql-general

From David G. Johnston
Subject Re: My question about the transaction
Date
Msg-id CAKFQuwYvmqunFMpFOpiU15MkUD8t1ScEoNgULCu5mJBRvqY8sw@mail.gmail.com
Whole thread Raw
In response to Re: My question about the transaction  (Juan Rodrigo Alejandro Burgos Mella <rodrigoburgosmella@gmail.com>)
List pgsql-general


On Thursday, October 19, 2023, Juan Rodrigo Alejandro Burgos Mella <rodrigoburgosmella@gmail.com> wrote:
By default, psql is configured with autocommit on.
Use another administrator, like phpadmin, and configure the connection with autocommit off.

No. Please leave autocommit on and incorporate explicit begin/commit commands into the script if you want to demonstrate concurrency behavior.

David J.

pgsql-general by date:

Previous
From: Juan Rodrigo Alejandro Burgos Mella
Date:
Subject: Re: My question about the transaction
Next
From: Marcin Borkowski
Date:
Subject: Re: A few questions about foreign tables