Index: doc/src/sgml/spi.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/spi.sgml,v
retrieving revision 1.52
diff -c -c -r1.52 spi.sgml
*** doc/src/sgml/spi.sgml	1 Feb 2007 19:10:24 -0000	1.52
--- doc/src/sgml/spi.sgml	18 Feb 2007 01:45:45 -0000
***************
*** 321,327 ****
    </para>
  
    <para>
!    You can pass multiple commands in one string.
     <function>SPI_execute</function> returns the
     result for the command executed last.  The <parameter>count</parameter>
     limit applies to each command separately, but it is not applied to
--- 321,328 ----
    </para>
  
    <para>
!    You can pass multiple commands in one string, but later commands cannot
!    depend on the creation of objects earlier in the string.
     <function>SPI_execute</function> returns the
     result for the command executed last.  The <parameter>count</parameter>
     limit applies to each command separately, but it is not applied to
