Re: how to ensure a client waits for a previous transaction to finish?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Dan Kortschak <dan(dot)kortschak(at)adelaide(dot)edu(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to ensure a client waits for a previous transaction to finish?
Date: 2009-12-07 21:16:05
Message-ID: 4B1D7095.8060009@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dan Kortschak 2009-12-07 21:21:08 Re: how to ensure a client waits for a previous transaction to finish?
Previous Message Tom Lane 2009-12-07 21:12:41 Re: how to ensure a client waits for a previous transaction to finish?