]> granicus.if.org Git - postgresql/commitdiff
Update preload_library magic block wording.
authorBruce Momjian <bruce@momjian.us>
Fri, 16 Jun 2006 12:47:49 +0000 (12:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 16 Jun 2006 12:47:49 +0000 (12:47 +0000)
doc/src/sgml/config.sgml

index 865a65637254d33522fed81aedbf8b1e07d17201..9c55fb40e5a15c5dc05dda560fd92615a532b76a 100644 (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">
   <title>Server Configuration</title>
@@ -973,10 +973,14 @@ SET ENABLE_SEQSCAN TO OFF;
         library is first used.  However, the time to start each new
         server process may increase slightly, even if that process never
         uses the library.  So this parameter is recommended only for
-        libraries that will be used in most sessions.  The <quote>magic
-        block</> required in all PostgreSQL-supported libraries is checked
-        to guarantee compatibility.  For this reason, non-PostgreSQL
-        libraries cannot be loaded in this way.
+        libraries that will be used in most sessions. 
+       </para>
+
+       <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>
       </listitem>
      </varlistentry>