projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4672093
)
Fix indexterm spelling
author
Peter Eisentraut
Fri, 6 Aug 2010 20:09:03 +0000
(20:09 +0000)
committer
Peter Eisentraut
Fri, 6 Aug 2010 20:09:03 +0000
(20:09 +0000)
doc/src/sgml/xfunc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/xfunc.sgml
b/doc/src/sgml/xfunc.sgml
index dff7964925b4610414a500e3658e973e2277dca3..4ad0694d65a56cd18a8084ed6f6682ee7d6ad260 100644
(file)
--- a/
doc/src/sgml/xfunc.sgml
+++ b/
doc/src/sgml/xfunc.sgml
@@
-1,4
+1,4
@@
-
+
User-Defined Functions
@@
-3340,7
+3340,7
@@
CREATE FUNCTION make_array(anyelement) RETURNS anyarray
Add-ins can reserve LWLocks and an allocation of shared memory on server
startup. The add-in's shared library must be preloaded by specifying
it in
-
shared
-preload-
libraries>>.
+
shared
_preload_
libraries>>.
Shared memory is reserved by calling:
void RequestAddinShmemSpace(int size)