Index: plsql.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/plsql.sgml,v
retrieving revision 2.60
diff -c -r2.60 plsql.sgml
*** plsql.sgml	2002/06/24 23:12:06	2.60
--- plsql.sgml	2002/07/26 01:42:29
***************
*** 1058,1063 ****
--- 1058,1069 ----
       the OID of the last row inserted by the most recent
       <acronym>SQL</acronym> query.  Note that <varname>RESULT_OID</>
       is only useful after an INSERT query.
+      </para>
+    <para>
+      An example:
+ <synopsis>
+       GET DIAGNOSTICS var_integer = ROW_COUNT;
+ </synopsis>
      </para>
     </sect2>
    </sect1>
