]> granicus.if.org Git - postgresql/commitdiff
Remove INTO recommendation for plpgsql language.
authorBruce Momjian <bruce@momjian.us>
Sun, 30 Nov 2003 05:45:22 +0000 (05:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 30 Nov 2003 05:45:22 +0000 (05:45 +0000)
doc/src/sgml/plpgsql.sgml

index c3502df3f5315d58b48d993eb7c66404ebd2477c..85fb11a88e5ec5ccb4089d19419b6ea66380655a 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.31 2003/11/30 04:47:37 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.32 2003/11/30 05:45:22 momjian Exp $
 -->
 
 <chapter id="plpgsql"> 
@@ -957,11 +957,8 @@ SELECT INTO <replaceable>target</replaceable> <replaceable>select_expressions</r
     </para>
 
     <para>
-     At present, the <literal>INTO</> clause can appear almost anywhere in the <command>SELECT</command>
-     statement, but it is recommended to place it immediately after the <literal>SELECT</literal>
-     key word as depicted above.  Future versions of
-     <application>PL/pgSQL</application> may be less forgiving about
-     placement of the <literal>INTO</literal> clause.
+     The <literal>INTO</> clause can appear almost anywhere in the <command>SELECT</command>
+     statement.
     </para>
 
     <para>