We have a rather specific application that uses PostgreSQL 8.3 as a storage backend (using Python and psycopg2). The operations we perform to the important tables are in the ma
In Oracle, locking the table would definitely help. You might want to try that with PostgreSQL, too.