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/30 03:25:16
***************
*** 978,990 ****
  
      <para>
       An example:
! <synopsis>
  EXECUTE ''UPDATE tbl SET ''
          || quote_ident(fieldname)
          || '' = ''
          || quote_literal(newvalue)
          || '' WHERE ...'';
! </synopsis>
      </para>
  
      <para>
--- 978,992 ----
  
      <para>
       An example:
! <informalexample>
! <programlisting>
  EXECUTE ''UPDATE tbl SET ''
          || quote_ident(fieldname)
          || '' = ''
          || quote_literal(newvalue)
          || '' WHERE ...'';
! </programlisting>
! </informalexample>
      </para>
  
      <para>
***************
*** 1058,1063 ****
--- 1060,1072 ----
       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>
+ <informalexample>
+ <programlisting>
+       GET DIAGNOSTICS var_integer = ROW_COUNT;
+ </programlisting>
+ </informalexample>
      </para>
     </sect2>
    </sect1>
Index: filelist.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/filelist.sgml,v
retrieving revision 1.19
diff -c -r1.19 filelist.sgml
*** filelist.sgml	2002/06/15 02:59:55	1.19
--- filelist.sgml	2002/07/30 03:25:16
***************
*** 83,89 ****
  <!entity xtypes     SYSTEM "xtypes.sgml">
  <!entity plperl     SYSTEM "plperl.sgml">
  <!entity plpython   SYSTEM "plpython.sgml">
! <!entity plsql      SYSTEM "plsql.sgml">
  <!entity pltcl      SYSTEM "pltcl.sgml">
  
  <!-- developer's guide -->
--- 83,89 ----
  <!entity xtypes     SYSTEM "xtypes.sgml">
  <!entity plperl     SYSTEM "plperl.sgml">
  <!entity plpython   SYSTEM "plpython.sgml">
! <!entity plsql      SYSTEM "plpgsql.sgml">
  <!entity pltcl      SYSTEM "pltcl.sgml">
  
  <!-- developer's guide -->
