aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-06-16 12:47:49 +0000
committerBruce Momjian <bruce@momjian.us>2006-06-16 12:47:49 +0000
commit8fc2a5afa7f9f6218a27a23e67d00a17456d1f1f (patch)
treea1b0c6248afd753946da3562c2661403bf66723b /doc/src
parent40bc06fa1655776537b1ce64a58a7cc0daffe5e1 (diff)
downloadpostgresql-8fc2a5afa7f9f6218a27a23e67d00a17456d1f1f.tar.gz
postgresql-8fc2a5afa7f9f6218a27a23e67d00a17456d1f1f.zip
Update preload_library magic block wording.
Diffstat (limited to 'doc/src')
-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>