From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 4 Sep 2002 20:06:23 +0000 (+0000)
Subject: Add Joe's table functions description.
X-Git-Tag: REL7_3~571
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cd2a84702e20a70363c93354bef2824d7610848;p=postgresql

Add Joe's table functions description.
---

diff --git a/HISTORY b/HISTORY
index 1ac97199d9..3ae6f70c34 100644
--- 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