DIAGNOSTICS/FOUND wording
authorBruce Momjian
Tue, 10 Nov 2009 14:22:45 +0000 (14:22 +0000)
committerBruce Momjian
Tue, 10 Nov 2009 14:22:45 +0000 (14:22 +0000)
Update wording of GET DIAGNOSTICS/FOUND, per David Fetter.

doc/src/sgml/plpgsql.sgml

index 51cdf7ccc3dd127e435b7cd4bb7b502251434dea..72558041461982e5f0e3b2d5bf8bf85244a0a037 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   <application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language
@@ -1365,9 +1365,9 @@ GET DIAGNOSTICS integer_var = ROW_COUNT;
 
      FOUND is a local variable within each
      PL/pgSQL function; any changes to it
-     affect only the current function.  FOUND is not
-     affected by EXECUTE, while GET
-     DIAGNOSTICS is effected.
+     affect only the current function.   EXECUTE
+     changes the output of GET DIAGNOSTICS, but
+     does not change the state of FOUND.