Re: JDBC Transactions

From: Jonathan Tripathy <jonnyt(at)abpni(dot)co(dot)uk>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, pgsql-general(at)postgresql(dot)org
Subject: Re: JDBC Transactions
Date: 2010-11-02 23:29:00
Message-ID: 4CD09EBC.4000904@abpni.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On 02/11/10 23:11, Craig Ringer wrote:
> On 02/11/10 18:29, Jonathan Tripathy wrote:
>
>
>> I don't really mind what happens, as
>> long as the user is made aware of what has happen, and there aren’t any
>> memberships with no corresponding customers.
> Well, that's taken care of by a referential integrity constraint. You
> don't need anything else.
>
> It sounded earlier like you also needed to ensure that there were no
> customers without corresponding memberships.
That would be bad as well, however at least it wouldn’t crash the
system. What interleaving sequence would cause that?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Reid Thompson 2010-11-03 00:44:39 Group by and limit
Previous Message Tim Uckun 2010-11-02 23:25:09 Re: Postgres connection errors