[PHP-DB] Postgres-Transaction-user_ignore_abort-Connection stop by the client

2002-10-16 Thread Max Buvry
Hi, I use Postgresql 7.2.2 + php 4.2.3 and I meet a problem with transaction and connections interruption. The application is the famous example of the bank accounts and the money transfers. I consider a table named "DEAL" where each transaction is saved. Each tuple has an id number as key. When

[PHP-DB] Postgres-Php-Transaction

2002-05-17 Thread Max Buvry
Hi, I use Postgresql 7.0 + php-4.0.2 and I meet a problem with the transactions. The problem is the famous example of the bank accounts and the money transfers. My script php follows this steps : BEGIN WORK UPDATE the first bank account sleep(300) UPDATE the sec