Index: doc/src/sgml/plpgsql.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/plpgsql.sgml,v
retrieving revision 1.143
diff -c -c -r1.143 plpgsql.sgml
*** doc/src/sgml/plpgsql.sgml	29 Sep 2009 20:05:29 -0000	1.143
--- doc/src/sgml/plpgsql.sgml	10 Nov 2009 01:55:33 -0000
***************
*** 1366,1372 ****
  
       <literal>FOUND</literal> is a local variable within each
       <application>PL/pgSQL</application> function; any changes to it
!      affect only the current function.
      </para>
  
     </sect2>
--- 1366,1374 ----
  
       <literal>FOUND</literal> is a local variable within each
       <application>PL/pgSQL</application> function; any changes to it
!      affect only the current function.  <literal>FOUND</literal> is not
!      affected by <literal>EXECUTE</literal>, while <command>GET
!      DIAGNOSTICS</command> is effected.
      </para>
  
     </sect2>
