Transaction problem

Поиск
Список
Период
Сортировка
От x asasaxax
Тема Transaction problem
Дата
Msg-id 91495cb0712031027l78cc35a3gcb86ce5a99078622@mail.gmail.com
обсуждение исходный текст
Ответы Re: Transaction problem  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Re: Transaction problem  (Cesar Alvarez <c.alvarezx66@gmail.com>)
Список 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.

В списке pgsql-general по дате отправления:

Предыдущее
От: brian
Дата:
Сообщение: Re: initdb - encoding question
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Transaction problem