aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/config.sgml14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 865a6563725..9c55fb40e5a 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -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>