[BUGS] drop view race condition

2004-12-06 Thread Ed Loehr
There appears to be a race condition in which dropping a view and replacing it with an identically-named table inside one transaction while other transactions are concurrently updating the view/table causes the following error: WARNING: Error occurred while executing PL/pgSQL function f WARNI

Re: [BUGS] drop view race condition

2004-12-05 Thread Ed L.
On Sunday December 5 2004 12:54, Ed L. wrote: > There appears to be a race condition in which dropping a view and > replacing it with an identically-named table inside one transaction while > other transactions are concurrently updating the view/table causes the > following error: > > WARNING: Err