From 2faa8e2ac1059f570ce4bcfd7ae2cf002cbf0478 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 2 Apr 2009 19:20:45 +0000 Subject: Have PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT. Andrew Gierth --- doc/src/sgml/plpgsql.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index db6d08fd69f..6eb9b2b9e7a 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,4 +1,4 @@ - + <application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language @@ -1285,7 +1285,7 @@ GET DIAGNOSTICS variable = itemROW_COUNT, the number of rows - processed by the last SQL command sent down to + processed by the last SQL command sent to the SQL engine, and RESULT_OID, the OID of the last row inserted by the most recent SQL command. Note that RESULT_OID -- cgit v1.2.3