Q about transactions - Mailing list pgsql-general

From Ben-Nes Michael
Subject Q about transactions
Date
Msg-id 00c401c301ca$fa942420$aa0f5ac2@canaan.co.il
Whole thread Raw
Responses Re: Q about transactions  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-general
Hi All

What happens when two people try to update the same table simultaneously ?

The second one wait until the first one finish ?

Also what happens when the transaction is more complex then one update ?
I mean first I read some tables and then start to update / delete / insert
other tables ( using function for example )

will the second action will wait until the function transaction will end ?

Thanks in Advance :)

--------------------------
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-4-6991122
Fax: 972-4-6990098
http://sites.canaan.co.il
--------------------------


pgsql-general by date:

Previous
From: "Alam Surya"
Date:
Subject: Re: How to drop column ?
Next
From: Bruno Wolff III
Date:
Subject: Re: Q about transactions