Is it possible to lock multiple rows in postgresql in a single shot against updating? I went through the official locks and can find locks which work on a table level and row level, but nothing on multiple rows.
Is it possible to do that in postgresql?