Remove INTO recommendation for plpgsql language.

This commit is contained in:
Bruce Momjian 2003-11-30 05:45:22 +00:00
parent 744ea255b0
commit 09ab9b5915
1 changed files with 3 additions and 6 deletions

View 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"> <chapter id="plpgsql">
@ -957,11 +957,8 @@ SELECT INTO <replaceable>target</replaceable> <replaceable>select_expressions</r
</para> </para>
<para> <para>
At present, the <literal>INTO</> clause can appear almost anywhere in the <command>SELECT</command> 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> statement.
key word as depicted above. Future versions of
<application>PL/pgSQL</application> may be less forgiving about
placement of the <literal>INTO</literal> clause.
</para> </para>
<para> <para>