Locking a table read-only temporarilty

2022-03-31 Thread Digimer
Hi all,   I've been looking up locking, and perhaps I'm being dense, but I'm struggling to figure out how to create a lock to make a table read-only for a short period of time.   I want to set a table to be read-only, so that any other clients that try to UPDATE

Re: Locking a table read-only temporarilty

2022-04-01 Thread Laurenz Albe
On Thu, 2022-03-31 at 15:20 -0400, Digimer wrote: > I've been looking up locking, and perhaps I'm being dense, but I'm struggling > to figure out > how to create a lock to make a table read-only for a short period of time. > I want to set a table to be read-only, so that any other clients that tr