Re: Transactions - Mailing list pgsql-general

From Tom Lane
Subject Re: Transactions
Date
Msg-id 13508.1142662755@sss.pgh.pa.us
Whole thread Raw
In response to Transactions  (Kevin Brown <blargity@gmail.com>)
Responses Re: Transactions  (Kevin Brown <blargity@gmail.com>)
List pgsql-general
Kevin Brown <blargity@gmail.com> writes:
> So when the dialog opens, it executes a BEGIN, and then based on whether they
> clicked ok or cancel on the dialog, it'd COMMIT or ROLLBACK.  This worked
> fine for me in testing, but now that I have two people using this app
> simulatneously, if they both click on ok at the same time, postgres seemingly
> deadlocks.

Shouldn't happen; please provide a reproducible test case.

            regards, tom lane

pgsql-general by date:

Previous
From: Kevin Brown
Date:
Subject: Transactions
Next
From: Kevin Brown
Date:
Subject: Re: Transactions