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

Commitbe6187e

Browse files
committed
Remove a space that incorrectly precedes a comma in the PL/pgSQL
documentation.Michael Fuhr
1 parentab51bba commitbe6187e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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-
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.82 2005/12/08 18:02:04 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.83 2005/12/29 04:02:32 momjian Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -2482,7 +2482,7 @@ CLOSE curs1;
24822482
representing its name, so that the portal name is the same as
24832483
the cursor variable name, unless the programmer overrides it
24842484
by assignment before opening the cursor. But an unbound cursor
2485-
variable defaults to the null value initially, so it will receive
2485+
variable defaults to the null value initially, so it will receive
24862486
an automatically-generated unique name, unless overridden.
24872487
</para>
24882488
</note>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp