From: | Sim Zacks <sim(at)compulab(dot)co(dot)il> |
---|---|
To: | PostgreSQL general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Using Postgresql as application server |
Date: | 2011-08-18 04:35:26 |
Message-ID: | 4E4C968E.3060900@compulab.co.il |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<style>body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
</head>
<body style="direction: ltr;"
bidimailui-detected-decoding-type="latin-charset" bgcolor="#ffffff"
text="#000000">
On 08/17/2011 06:13 PM, Chris Travers wrote:
<blockquote
cite="mid:CAKt_ZftHwqGrYDhmMy3whik=5oqH7D5H1tQFGQrTJS98_7bMtA(at)mail(dot)gmail(dot)com"
type="cite">
<pre wrap="">On Tue, Aug 16, 2011 at 11:53 PM, Sim Zacks <a class="moz-txt-link-rfc2396E" href="mailto:sim(at)compulab(dot)co(dot)il"><sim(at)compulab(dot)co(dot)il></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">We are doing this same sort of thing now. If the transaction goes through,
the email record gets written to a table. We have a cron job that calls a
database function that processes all emails that have not been processed
yet. If the transaction gets rolled back, the email record does not get
written to the table and the email does not get sent.
In your scenario, if you send the NOTIFY message and then you roll back the
transaction, the helper application will still send the email. IOW, doing
this outside of the database can more easily break your transactional
integrity.
</pre>
</blockquote>
<pre wrap="">Notify hits on commit, right?
Best Wishes,
Chris Travers
</pre>
</blockquote>
<p>My bad. I just tested this. Notify doesn't get send until after
commit.<br>
</p>
</body>
</html>
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/html | 1.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Sim Zacks | 2011-08-18 04:38:28 | Re: Using Postgresql as application server |
Previous Message | Craig Ringer | 2011-08-18 00:14:10 | Re: Unable to login with phppgadmin on a remote host |
From | Date | Subject | |
---|---|---|---|
Next Message | Sim Zacks | 2011-08-18 04:38:28 | Re: Using Postgresql as application server |
Previous Message | Navin Chandra | 2011-08-18 03:52:29 | Query regarding PostGre database |