提交 f21e2622 编写于 作者: T Tom Lane

Fix broken markup.

上级 a6260450
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.356 2005/08/24 16:47:00 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.357 2005/08/24 18:26:36 tgl Exp $
--> -->
<appendix id="release"> <appendix id="release">
...@@ -1243,17 +1243,18 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.356 2005/08/24 16:47:00 momjian ...@@ -1243,17 +1243,18 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.356 2005/08/24 16:47:00 momjian
<listitem> <listitem>
<para> <para>
Allow SQL, plperl, PL/PgSQL functions to use <command>OUT</> and Allow SQL and PL/PgSQL functions to use <command>OUT</> and
<command>INOUT</> parameters (Tom) <command>INOUT</> parameters (Tom)
</para> </para>
<para> <para>
<command>OUT</> is an alternate way for a function to return <command>OUT</> is an alternate way for a function to return
values. Instead of using <command>RETURNS</>, the function's values. Instead of using <command>RETURN</>, values can be
parameters can be specified as <command>OUT</> or returned by assigning to parameters declared as <command>OUT</> or
<command>INOUT</>, allowing multiple values to be returned by <command>INOUT</>. This is notationally simpler in some cases,
the function. While returning multiple values from a function particularly so when multiple values need to be returned.
While returning multiple values from a function
was possible in previous releases, this greatly simplifies the was possible in previous releases, this greatly simplifies the
process. process. (The feature will be extended to other PLs in due course.)
</para> </para>
</listitem> </listitem>
...@@ -1261,10 +1262,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.356 2005/08/24 16:47:00 momjian ...@@ -1261,10 +1262,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.356 2005/08/24 16:47:00 momjian
<para> <para>
Move language handlers into the pg_catalog schema Move language handlers into the pg_catalog schema
</para> </para>
</para>
<para> <para>
This makes it possible to dump installed languages and makes it This makes it easier to drop the public schema if desired.
easier to drop the public schema.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册