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

Commit9249bda

Browse files
committed
SGML markup fixes.
1 parentda81490 commit9249bda

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎doc/src/sgml/plpgsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/plpgsql.sgml,v 1.10 2002/11/14 23:53:26 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/plpgsql.sgml,v 1.11 2002/11/15 03:22:30 momjian Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -1217,7 +1217,7 @@ RETURN NEXT <replaceable>expression</replaceable>;
12171217
returned). Execution then continues with the next statement in
12181218
the <application>PL/pgSQL</> function. As successive
12191219
<command>RETURN NEXT</command> commands are executed, the result
1220-
set is built up. A final <command>RETURN</commmand>, which need
1220+
set is built up. A final <command>RETURN</command>, which need
12211221
have no argument, causes control to exit the function.
12221222
</para>
12231223

‎doc/src/sgml/runtime.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.155 2002/11/1502:44:50 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.156 2002/11/1503:22:30 momjian Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -2081,7 +2081,6 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
20812081
</listitem>
20822082
</varlistentry>
20832083

2084-
<variablelist>
20852084
<varlistentry>
20862085
<term><varname>CHECKPOINT_WARNING</varname> (<type>integer</type>)</term>
20872086
<listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp