Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09ab9b5

Browse files
committed
Remove INTO recommendation for plpgsql language.
1 parent744ea25 commit09ab9b5

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/3004:47:37 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.32 2003/11/3005: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)

[8]ページ先頭

©2009-2025 Movatter.jp