So, I'm working with some grant/revoke scripts today and occasionally I see this while running tests:

STATEMENT: GRANT select, insert, update, delete ON public.tablename TO app;
ERROR:  tuple concurrently updated

What's going on? Do I actually need a lock on the table to ensure this doesn't happen? I haven't seen anything in the docs with regards to concurrency and granting permissions on objects.

Erik Jones

Software Developer | Emma®
[EMAIL PROTECTED]
800.595.4401 or 615.292.5888
615.292.0777 (fax)

Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com



---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to