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

From: Vick Khera <vivek(at)khera(dot)org>
To: 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:27:00
Message-ID: 2968dfd60912071327h31d34e03k9efbc48679f29327@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Dec 7, 2009 at 4:21 PM, Dan Kortschak
<dan(dot)kortschak(at)adelaide(dot)edu(dot)au> wrote:
> The automated runs call each script as part of a PBS torque
> script (essentially a sh script calls each in turn).
>

Sounds more like it calls them in parallel, else your populate script
would have finished before your query script ran assuming they run in
the right order.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2009-12-07 22:02:39 Re: freeradius postgresql sql query glitch
Previous Message John R Pierce 2009-12-07 21:26:29 Re: how to ensure a client waits for a previous transaction to finish?