From: Peter Eisentraut Date: Fri, 6 Aug 2010 20:08:58 +0000 (+0000) Subject: Fix indexterm spelling X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=415cf7dc868848a554a492749e640af421e77707;p=users%2Fkgrittn%2Fpostgres.git Fix indexterm spelling --- diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index fe73acb71a..25dece1853 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -1,4 +1,4 @@ - + User-Defined Functions @@ -2914,7 +2914,7 @@ CREATE FUNCTION make_array(anyelement) RETURNS anyarray Add-ins may 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)