2 connections 1 transaction - Mailing list pgsql-general

From Daniel Schuchardt
Subject 2 connections 1 transaction
Date
Msg-id 000501c34c58$df64e3f0$4500a8c0@DSVAIO
Whole thread Raw
Responses Re: 2 connections 1 transaction  (Jason Godden <jasongodden@optushome.com.au>)
Re: 2 connections 1 transaction  (Dmitry Tkach <dmitry@openratings.com>)
List pgsql-general
Hi @ all,
 
Our software consists of a Client-Side App and a Application Server. Every client owns a direct connection to the PSql-Server and for every Client the Application-Server also creates a connection to the PSql-Server. The problem is that it is nescesary that the Client and the Application-Server are in the same transaction. But how say connection x to be in the same transaction like connection y?
 
Thanks for help,

Daniel

 

pgsql-general by date:

Previous
From: jerome
Date:
Subject: Re: Cache Query..
Next
From: "Kirill Ponazdyr"
Date:
Subject: Re: Postgresql "FIFO" Tables, How-To ?