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

Commit392793b

Browse files
committed
Functions -> Function's
1 parent978c03f commit392793b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/plsql.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.15 2001/01/1716:34:34 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.16 2001/01/1722:13:33 momjian Exp $
33
-->
44

55
<chapter id="plsql">
@@ -472,7 +472,7 @@ END IF;
472472
database return a value. Thus, the normal way to call a function
473473
is to execute a SELECT query or doing an assignment (resulting
474474
in a PL/pgSQL internal SELECT). But there are cases where someone
475-
isn't interested in thefunctions result.
475+
isn't interested in thefunction's result.
476476
<programlisting>
477477
PERFORM <replaceable>query</replaceable>
478478
</programlisting>
@@ -551,7 +551,7 @@ RETURN <replaceable>expression</replaceable>
551551
</para>
552552
<para>
553553
The expressions result will be automatically casted into the
554-
functions return type as described for assignments.
554+
function's return type as described for assignments.
555555
</para>
556556
</listitem>
557557
</varlistentry>
@@ -838,7 +838,7 @@ EXIT [ <replaceable>label</replaceable> ] [ WHEN <replaceable>expression</replac
838838

839839
<para>
840840
One painful detail of writing functions in PL/pgSQL is the handling
841-
of single quotes. Thefunctions source text on CREATE FUNCTION must
841+
of single quotes. Thefunction's source text on CREATE FUNCTION must
842842
be a literal string. Single quotes inside of literal strings must be
843843
either doubled or quoted with a backslash. We are still looking for
844844
an elegant alternative. In the meantime, doubling the single quotes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp