I'm write a bunch of pl/pgsql stored procedures. I notice from thedocumentation that you can't do SELECT FOR UPDATE from within a storedpl/pgsql procedure. Is this still true in 7.1? Will it alwasy betrue?
Thanks