Re: execute trigger after another one - Mailing list pgsql-general

From Stephen Cook
Subject Re: execute trigger after another one
Date
Msg-id 5480EC7E.6080909@gmail.com
Whole thread Raw
In response to Re: execute trigger after another one  (Carlos Carcamo <eazyduiz@gmail.com>)
List pgsql-general
On 12/4/2014 6:11 PM, Carlos Carcamo wrote:
> Yes because my update_remote.sh file calls a php file to update a
> table in mysql, and it is updated after I perform another query to
> in_kardex, so the mysql table is one query behind postgres... Any
> thoughts?

My bet is that the query run from your shell script can't see your
changes because the original transaction is still open.

-- Stephen



pgsql-general by date:

Previous
From: Carlos Carcamo
Date:
Subject: Re: execute trigger after another one
Next
From: Adrian Klaver
Date:
Subject: Re: execute trigger after another one