Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 09ab9b5

Browse files
committed
Remove INTO recommendation for plpgsql language.
1 parent 744ea25 commit 09ab9b5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc/src/sgml/plpgsql.sgml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.31 2003/11/30 04:47:37 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.32 2003/11/30 05:45:22 momjian Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -957,11 +957,8 @@ SELECT INTO <replaceable>target</replaceable> <replaceable>select_expressions</r
957957
</para>
958958

959959
<para>
960-
At present, the <literal>INTO</> clause can appear almost anywhere in the <command>SELECT</command>
961-
statement, but it is recommended to place it immediately after the <literal>SELECT</literal>
962-
key word as depicted above. Future versions of
963-
<application>PL/pgSQL</application> may be less forgiving about
964-
placement of the <literal>INTO</literal> clause.
960+
The <literal>INTO</> clause can appear almost anywhere in the <command>SELECT</command>
961+
statement.
965962
</para>
966963

967964
<para>

0 commit comments

Comments
 (0)