|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.152 2010/07/29 19:34:40 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.153 2010/08/06 20:09:03 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <sect1 id="xfunc">
|
4 | 4 | <title>User-Defined Functions</title>
|
@@ -3340,7 +3340,7 @@ CREATE FUNCTION make_array(anyelement) RETURNS anyarray
|
3340 | 3340 | Add-ins can reserve LWLocks and an allocation of shared memory on server
|
3341 | 3341 | startup. The add-in's shared library must be preloaded by specifying
|
3342 | 3342 | it in
|
3343 |
| - <xref linkend="guc-shared-preload-libraries"><indexterm><primary>shared-preload-libraries</></>. |
| 3343 | + <xref linkend="guc-shared-preload-libraries"><indexterm><primary>shared_preload_libraries</></>. |
3344 | 3344 | Shared memory is reserved by calling:
|
3345 | 3345 | <programlisting>
|
3346 | 3346 | void RequestAddinShmemSpace(int size)
|
|