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

From John R Pierce
Subject Re: how to ensure a client waits for a previous transaction to finish?
Date
Msg-id 4B1D7095.8060009@hogranch.com
Whole thread Raw
In response to how to ensure a client waits for a previous transaction to finish?  (Dan Kortschak <dan.kortschak@adelaide.edu.au>)
Responses Re: how to ensure a client waits for a previous transaction to finish?  (Dan Kortschak <dan.kortschak@adelaide.edu.au>)
List pgsql-general
Dan Kortschak wrote:
> Hi, this is a bit of a noob question.
>
> I am using PGSql to perform some large analyses, with the clients being
> a sequentially run set of perl scripts (one to set up and populate
> tables and then down stream scripts to query the database for the
> results).
> ....

when you say 'a series of perl scripts', do you mean separate perl
files, each run as their own process?   how are you invoking them?



pgsql-general by date:

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