8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7876543 commit 7705581Copy full SHA for 7705581
doc/src/sgml/plsql.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<chapter id="plsql">
@@ -472,7 +472,7 @@ END IF;
472
database return a value. Thus, the normal way to call a function
473
is to execute a SELECT query or doing an assignment (resulting
474
in a PL/pgSQL internal SELECT). But there are cases where someone
475
- isn't interested in the function's result.
+ is not interested in the function's result.
476
<programlisting>
477
PERFORM <replaceable>query</replaceable>
478
</programlisting>
0 commit comments