will that kind of statement (that is permitted with Oracle but gives errors
ora-1555 snapshot too old) be permitted ?

begin
 for c in (select id from tab where cond='blabla')
 loop
    update tab set x=1 where id=c.id;
    commit;
 end loop;
end;






--
Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

Reply via email to