]> granicus.if.org Git - postgresql/commitdiff
Add Joe's table functions description.
authorBruce Momjian <bruce@momjian.us>
Wed, 4 Sep 2002 20:06:23 +0000 (20:06 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 4 Sep 2002 20:06:23 +0000 (20:06 +0000)
HISTORY

diff --git a/HISTORY b/HISTORY
index 1ac97199d9bcf73da607660bd79647be20d1b26e..3ae6f70c3428756184e53bf22633600a5f6e8b92 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -22,9 +22,10 @@ Overview
 
    Table Functions
 
-           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.
+           Functions returning multiple rows and/or multiple columns are
+           now much easier to use than before.  You can call such a
+           "table function" in the SELECT FROM clause, treating its output
+           like a table. Also, plpgsql functions can now return sets.
 
    Prepared Queries