]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Update wording for Tom.
authorBruce Momjian <bruce@momjian.us>
Wed, 4 Sep 2002 19:07:43 +0000 (19:07 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 4 Sep 2002 19:07:43 +0000 (19:07 +0000)
HISTORY

diff --git a/HISTORY b/HISTORY
index 19f956b0213d62152c61ca136bfdf401f0c60f7d..1ac97199d9bcf73da607660bd79647be20d1b26e 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -22,9 +22,9 @@ Overview
 
    Table Functions
 
-           Functions can now return sets, with multiple rows
-           and multiple columns.  You specify these functions in
-           the SELECT FROM clause, similar to a table or view.
+           PL/PgSQL and C functions can now return sets, with multiple
+           rows and multiple columns. You specify these functions in the
+           SELECT FROM clause, similar to a table or view.
 
    Prepared Queries