aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-04 20:06:23 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-04 20:06:23 +0000
commit0cd2a84702e20a70363c93354bef2824d7610848 (patch)
treeaaf3e8f2d7f168cdae4b97f1d222eded52d2b8af
parent4490c7b14bb3761dc02d05f45cc4f1eb94a39426 (diff)
downloadpostgresql-0cd2a84702e20a70363c93354bef2824d7610848.tar.gz
postgresql-0cd2a84702e20a70363c93354bef2824d7610848.zip
Add Joe's table functions description.
-rw-r--r--HISTORY7
1 files changed, 4 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 1ac97199d9b..3ae6f70c342 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