mirror of https://github.com/postgres/postgres
Remove INTO recommendation for plpgsql language.
This commit is contained in:
parent
744ea255b0
commit
09ab9b5915
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue