Page 1 of 1

Locking System using PostgreSQL

Posted: Thu Jul 05, 2007 9:54 pm
by rozvinbm_jp
Im planning to create a small ordering system using mobile phone internet. I want to control the concurrent access in my database.

I read about Row Level Locks but there is no any situational example. And also I read regarding of the use of locks in database system conflicts.

Please give me an idea.. or its highly appreciated in advance if you give me the guidelines to implement locking system.

Thanks guys.