Y
Hacker News
new
|
ask
|
show
|
jobs
by
natmaka
1744 days ago
Does "more traditional locking" mean that the clients request locks? Isn't it already offered by PG with table-level and row-level locks, and also in an extremely flexible way (letting the client developer define the semantics) by pg_advisory_lock?
https://www.postgresql.org/docs/current/explicit-locking.htm...