Transaction problem

From: "x asasaxax" <xanaruto(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Transaction problem
Date: 2007-12-03 18:27:06
Message-ID: 91495cb0712031027l78cc35a3gcb86ce5a99078622@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi everyone,

I would like to know how can i do a simple transaction for this
situation:

I have n products in certain row of a table. When the user buys a product,
the quantity of this product will be decreased. The user can only buy a
product that has a quantity n > 0. This means that when the user send the
product confirmation to the system, the bd will decrease the product
quantity with a transaction if the number of product in stock is greater
than zero.

Did anyone knows how can i do that with postgre?

Thanks a lot.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2007-12-03 18:42:27 Re: Transaction problem
Previous Message brian 2007-12-03 18:18:07 Re: initdb - encoding question