projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79f8f5f
)
Update release notes for polymorphic functions.
author
Bruce Momjian
Mon, 10 Nov 2003 22:27:00 +0000
(22:27 +0000)
committer
Bruce Momjian
Mon, 10 Nov 2003 22:27:00 +0000
(22:27 +0000)
doc/src/sgml/release.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release.sgml
b/doc/src/sgml/release.sgml
index a02cd68107d5c4afadbeb5443c6fd6d25f1095c4..fca6a0fbe4616dc5b48fa70618695152ca9d7293 100644
(file)
--- a/
doc/src/sgml/release.sgml
+++ b/
doc/src/sgml/release.sgml
@@
-1,5
+1,5
@@
@@
-821,7
+821,7
@@
zero-row record variable (Tom)
Allow polymorphic PL/pgSQL functions (Tom, Joe)
Allow polymorphic SQL functions (Joe)
- bjm ??
+ Allow functions to accept arbitrary data types for input, and return arbitrary types.
Improved compiled function caching mechanism in PL/pgSQL with full