Re: BEGIN strange behaviour - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: BEGIN strange behaviour
Date
Msg-id 20071122132527.GC6113@svana.org
Whole thread Raw
In response to BEGIN strange behaviour  (luca.ciciriello@email.it)
List pgsql-general
On Thu, Nov 22, 2007 at 02:10:49PM +0100, luca.ciciriello@email.it wrote:
> Hi All.
> I've sperimented a strange behaviour using the command BEGIN and COMMIT in a
> multi-threaded Linux environment.
> In one of the two thread I use I've got the following message after
> PQexec(myconn, "BEGIN;");

You do have different database connections for each thread, right?
Otherwise that's why it's not working...

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Those who make peaceful revolution impossible will make violent revolution inevitable.
>  -- John F Kennedy

Attachment

pgsql-general by date:

Previous
From: "Sorin N. Ciolofan"
Date:
Subject: backup of postgres scheduled with cron
Next
From: Andrew Sullivan
Date:
Subject: Re: BEGIN strange behaviour