Forum OpenACS Q&A: Response to Table locks in pltcl functions

Collapse
Posted by Dan Wickstrom on
In pl/pgsql at least it is not necessary to begin a transaction inside a function call since each pl/pgsql/ function is an implied transaction.  I assume that this is also true for pltcl.  Try doing it without the begin/end transaction statements.