From: Peter Eisentraut <peter_e@gmx.net> Date: Fri, 6 Aug 2010 20:09:01 +0000 (+0000) Subject: Fix indexterm spelling X-Git-Tag: REL9_0_RC1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d720567f2112ecc4a572248a9dde3ca7a6c293a6;p=postgresql Fix indexterm spelling --- diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index 8213760f8a..e4cec45774 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.149.2.3 2010/07/29 19:34:37 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.149.2.4 2010/08/06 20:09:01 petere Exp $ --> <sect1 id="xfunc"> <title>User-Defined Functions</title> @@ -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 - <xref linkend="guc-shared-preload-libraries"><indexterm><primary>shared-preload-libraries</></>. + <xref linkend="guc-shared-preload-libraries"><indexterm><primary>shared_preload_libraries</></>. Shared memory is reserved by calling: <programlisting> void RequestAddinShmemSpace(int size)