From 8fc2a5afa7f9f6218a27a23e67d00a17456d1f1f Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Fri, 16 Jun 2006 12:47:49 +0000 Subject: [PATCH] Update preload_library magic block wording. --- doc/src/sgml/config.sgml | 14 +++++++++----- 1 file 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> -- GitLab