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

Commitf21e262

Browse files
committed
Fix broken markup.
1 parenta626045 commitf21e262

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.356 2005/08/2416:47:00 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/2418:26:36 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -1243,28 +1243,27 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.356 2005/08/24 16:47:00 momjian
12431243

12441244
<listitem>
12451245
<para>
1246-
Allow SQL, plperl, PL/PgSQL functions to use <command>OUT</> and
1246+
Allow SQL and PL/PgSQL functions to use <command>OUT</> and
12471247
<command>INOUT</> parameters (Tom)
12481248
</para>
12491249
<para>
12501250
<command>OUT</> is an alternate way for a function to return
1251-
values. Instead of using <command>RETURNS</>, the function's
1252-
parameters can be specified as <command>OUT</> or
1253-
<command>INOUT</>, allowing multiple values to be returned by
1254-
the function. While returning multiple values from a function
1251+
values. Instead of using <command>RETURN</>, values can be
1252+
returned by assigning to parameters declared as <command>OUT</> or
1253+
<command>INOUT</>. This is notationally simpler in some cases,
1254+
particularly so when multiple values need to be returned.
1255+
While returning multiple values from a function
12551256
was possible in previous releases, this greatly simplifies the
1256-
process.
1257+
process. (The feature will be extended to other PLs in due course.)
12571258
</para>
12581259
</listitem>
12591260

12601261
<listitem>
12611262
<para>
12621263
Move language handlers into the pg_catalog schema
12631264
</para>
1264-
</para>
12651265
<para>
1266-
This makes it possible to dump installed languages and makes it
1267-
easier to drop the public schema.
1266+
This makes it easier to drop the public schema if desired.
12681267
</para>
12691268
</listitem>
12701269

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp