Update wording of GET DIAGNOSTICS/FOUND, per David Fetter.
-
+
PL/pgSQL - SQL Procedural Language
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.