Hello,
What does this do exactly:
select * from <ViewName> where <condition> for update;
Will be locked all the tuples in all tables it retrieves?
In 8.0.5 this did not work for me.
Thanks,Otto