projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19adc1
)
Add dash to:
author
Bruce Momjian
Fri, 17 Jan 2003 03:28:18 +0000
(
03:28
+0000)
committer
Bruce Momjian
Fri, 17 Jan 2003 03:28:18 +0000
(
03:28
+0000)
set-returning functions or SRF's.
for clarity.
doc/src/sgml/xfunc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/xfunc.sgml
b/doc/src/sgml/xfunc.sgml
index 97e050f03952bd7d2943ee269df7212c817ba399..ff301cc6674eea48e9d02f52e34f228d1ddd5081 100644
(file)
--- a/
doc/src/sgml/xfunc.sgml
+++ b/
doc/src/sgml/xfunc.sgml
@@
-1,5
+1,5
@@
@@
-1497,7
+1497,7
@@
LANGUAGE C;
either base (scalar) data types, or composite (multi-column) data types.
The API is split into two main components: support for returning
composite data types, and support for returning multiple rows
- (set
returning functions or
SRF>s).
+ (set
-
returning functions or
SRF>s).