gustafn
committed
on 30 May 21
avoid "tuple concurrently updated" errors from PostgreSQL

These errors are produced from PostgreSQL, when multiple
"CREATE OR # REPLACE FUN… Show more
avoid "tuple concurrently updated" errors from PostgreSQL

These errors are produced from PostgreSQL, when multiple

"CREATE OR # REPLACE FUNCTION" SQL are executed..

see e.g.:

https://stackoverflow.com/questions/40525684/tuple-concurrently-updated-when-creating-functions-in-postgresql-pl-pgsql

Show less