projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2355482
)
Update wording for Tom.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 4 Sep 2002 19:07:43 +0000
(19:07 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 4 Sep 2002 19:07:43 +0000
(19:07 +0000)
HISTORY
patch
|
blob
|
blame
|
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