Re: Where is PLbash ?? - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: Where is PLbash ??
Date
Msg-id 1744.1025098160@sss.pgh.pa.us
Whole thread Raw
In response to Re: Where is PLbash ??  (Friedrich Dodt <fdodt@web.de>)
List pgsql-interfaces
Friedrich Dodt <fdodt@web.de> writes:
> So, what is the weakness of my strategy? Is there a
> "transaction-unsafety risk" in this case?

Well, the most obvious point is that you're firing the notification off
before your own transaction has committed.  The receiving process might
look at the table to see what to do, not find anything visible, and go
back to sleep before you are able to commit.

NOTIFY/LISTEN avoids this pitfall because the notify isn't sent until commit.
        regards, tom lane




pgsql-interfaces by date:

Previous
From: Friedrich Dodt
Date:
Subject: Re: Where is PLbash ??
Next
From: "Jamie Blacoe"
Date:
Subject: unsubscribe