If I do the following in a pl/pgsql function, will an update lock be held until the end of the transaction?
PERFORM c FROM t FOR UPDATE; -- Peter Headland Architect Actuate Corporation
If I do the following in a pl/pgsql function, will an update lock be held until the end of the transaction?
PERFORM c FROM t FOR UPDATE; -- Peter Headland Architect Actuate Corporation