Hello!
I need table locks to provide application logic. Just very common lock types with very common behavior - Shared and Exclusive.
Which PostgreSQL's lock modes should be preferred in order to avoid conflicts with autovacuum and suchlike?
Or, may be, the best option for me is a contrib module?
Thanks a lot.
--
Best regards
Ilja Golshtein