From 57ffc4d78b751c3d85ff869ad66c5a5c9d5ec967 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Jun 2006 04:02:35 +0000 Subject: [PATCH] Update magic block wording for preloaded libraries. --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index a439f7b4b0..865a656372 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -974,7 +974,7 @@ SET ENABLE_SEQSCAN TO OFF; 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 magic - block present in all PostgreSQL-supported libraries is checked + block required in all PostgreSQL-supported libraries is checked to guarantee compatibility. For this reason, non-PostgreSQL libraries cannot be loaded in this way. -- 2.40.0