projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7876543
)
Replace contraction with long form. Cosmetic only.
author
Thomas G. Lockhart
Thu, 18 Jan 2001 07:11:36 +0000
(07:11 +0000)
committer
Thomas G. Lockhart
Thu, 18 Jan 2001 07:11:36 +0000
(07:11 +0000)
doc/src/sgml/plsql.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plsql.sgml
b/doc/src/sgml/plsql.sgml
index 08eb34725bc3f0aff3a322f12c5257170e8b3610..28cc25edaa36209f1e01df1d6a047c6b7af1de2b 100644
(file)
--- a/
doc/src/sgml/plsql.sgml
+++ b/
doc/src/sgml/plsql.sgml
@@
-1,5
+1,5
@@
@@
-472,7
+472,7
@@
END IF;
database return a value. Thus, the normal way to call a function
is to execute a SELECT query or doing an assignment (resulting
in a PL/pgSQL internal SELECT). But there are cases where someone
- is
n'
t interested in the function's result.
+ is
no
t interested in the function's result.
PERFORM
query