Re: how to ensure a client waits for a previous transaction to finish? - Mailing list pgsql-general

From Dan Kortschak
Subject Re: how to ensure a client waits for a previous transaction to finish?
Date
Msg-id 1260221026.10944.14.camel@epistle
Whole thread Raw
In response to Re: how to ensure a client waits for a previous transaction to finish?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Thanks for that, that should help me sort it out. I haven't used the
autocommit option in pgdbi. I'll have a look to see if DBI::do has an
option to wait for command completion.

cheers

On Mon, 2009-12-07 at 16:12 -0500, Tom Lane wrote:
> It's not.  What you want is to COMMIT and make sure you've gotten the
> command completion response for that.  Possibly perl is complicating
> matters with some sort of autocommit logic behind your back.



pgsql-general by date:

Previous
From: Dan Kortschak
Date:
Subject: Re: how to ensure a client waits for a previous transaction to finish?
Next
From: Vick Khera
Date:
Subject: Re: how to ensure a client waits for a previous transaction to finish?