Help with inventory control - Mailing list pgsql-general

From Fernando Grijalba
Subject Help with inventory control
Date
Msg-id f817a44d0509300721u2c2baa59s2b1b71dbdd3661bb@mail.gmail.com
Whole thread Raw
Responses Re: Help with inventory control
List pgsql-general
I need the following to work with PostgreSQL.  I was thinking of reading uncommitted transactions, but just found out they do not work on PG.  I need to have user 1 take an item form inventory for an order and before user 1 finishes the transaction user 2 will query the inventory.  I need user 2 to see the quantity on-hand reduced by the amount user 1 took.

Because read uncommitted is not supported is there a way to do this?

Thank you for all your cooperation.

Fernando

pgsql-general by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Postgres/Win32- Upgrade from 8.0.1 to 8.0.3 fails
Next
From: Emi Lu
Date:
Subject: Get all table names that have a specific column