From: | "x asasaxax" <xanaruto(at)gmail(dot)com> |
---|---|
To: | |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Transaction problem |
Date: | 2007-12-04 10:57:15 |
Message-ID: | 91495cb0712040257p6ed56843s7d53bc5491536a03@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Its just use a constraint then? there´s no problem id two sessions decrease
the number, and this number goes to less then or equals as zero?
I´m programming with php.
Thanks
2007/12/3, Cesar Alvarez <c(dot)alvarezx66(at)gmail(dot)com>:
>
> What are you programing with?.
> are you using npgsql?
>
> Regards Cesar Alvarez.
> > 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.
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2007-12-04 10:57:41 | Re: "Suspending" indexes and constraint updates |
Previous Message | Peter Eisentraut | 2007-12-04 10:50:21 | Re: "Suspending" indexes and constraint updates |