Re: [GENERAL] 'tuple concurrently updated' error when granting permissions

2014-03-03 Thread Jason Daly
om Lane wrote: > Adrian Klaver writes: > > On 02/27/2014 06:54 PM, Jason Daly wrote: > >> When I attempt to execute the non-query "GRANT SELECT ON TABLE > >> . TO ", I occasionally encounter an exception from > >> postgresql, 'tuple concurrently updat

[GENERAL] 'tuple concurrently updated' error when granting permissions

2014-02-28 Thread Jason Daly
Hi, When I attempt to execute the non-query "GRANT SELECT ON TABLE . TO ", I occasionally encounter an exception from postgresql, 'tuple concurrently updated'. I think the tuple it is referring to is the role. Our app is multi-threaded, and it is very possible for more than one thread to be attem