summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-04 19:07:43 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-04 19:07:43 +0000
commit4bdaca460b0bf385ac46b63171a2936f2a1983f7 (patch)
tree777ec7ddc42649a27442d2b1b5b7a6bc96e37ff8 /HISTORY
parent2355482e28fc90c49c373fc84f2a44ee79cc212f (diff)
downloadpostgresql-4bdaca460b0bf385ac46b63171a2936f2a1983f7.tar.gz
Update wording for Tom.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 19f956b021..1ac97199d9 100644
--- 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