Update preload_library magic block wording.

This commit is contained in:
Bruce Momjian 2006-06-16 12:47:49 +00:00
parent 40bc06fa16
commit 8fc2a5afa7

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.63 2006/06/16 04:02:35 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.64 2006/06/16 12:47:49 momjian Exp $ -->
<chapter Id="runtime-config"> <chapter Id="runtime-config">
<title>Server Configuration</title> <title>Server Configuration</title>
@ -973,10 +973,14 @@ SET ENABLE_SEQSCAN TO OFF;
library is first used. However, the time to start each new library is first used. However, the time to start each new
server process may increase slightly, even if that process never server process may increase slightly, even if that process never
uses the library. So this parameter is recommended only for uses the library. So this parameter is recommended only for
libraries that will be used in most sessions. The <quote>magic libraries that will be used in most sessions.
block</> required in all PostgreSQL-supported libraries is checked </para>
to guarantee compatibility. For this reason, non-PostgreSQL
libraries cannot be loaded in this way. <para>
Every PostgreSQL-supported library has a <quote>magic
block</> that is checked to guarantee compatibility.
For this reason, non-PostgreSQL libraries cannot be
loaded in this way.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>