summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart2001-01-18 07:11:36 +0000
committerThomas G. Lockhart2001-01-18 07:11:36 +0000
commit7705581e494d18c1b4796d264b8c7132ed58646f (patch)
treeb43b7033c053ffe2f06982810254267b3dd1a88e
parent787654351d36cc537db5fb969fd895d85400ba5c (diff)
Replace contraction with long form. Cosmetic only.
-rw-r--r--doc/src/sgml/plsql.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/plsql.sgml b/doc/src/sgml/plsql.sgml
index 08eb34725bc..28cc25edaa3 100644
--- a/doc/src/sgml/plsql.sgml
+++ b/doc/src/sgml/plsql.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.16 2001/01/17 22:13:33 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.17 2001/01/18 07:11:36 thomas Exp $
-->
<chapter id="plsql">
@@ -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
- isn't interested in the function's result.
+ is not interested in the function's result.
<programlisting>
PERFORM <replaceable>query</replaceable>
</programlisting>