1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.61 2006/06/05 03:03:42 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.62 2006/06/15 17:49:09 momjian Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -961,7 +961,7 @@ SET ENABLE_SEQSCAN TO OFF;
961
961
962
962
<para>
963
963
<productname>PostgreSQL</productname> procedural language
964
- libraries may be preloaded in this way, typically by using the
964
+ libraries can be preloaded in this way, typically by using the
965
965
syntax <literal>'$libdir/plXXX:plXXX_init'</literal> where
966
966
<literal>XXX</literal> is <literal>pgsql</>, <literal>perl</>,
967
967
<literal>tcl</>, or <literal>python</>.
@@ -973,7 +973,10 @@ SET ENABLE_SEQSCAN TO OFF;
973
973
library is first used. However, the time to start each new
974
974
server process may increase slightly, even if that process never
975
975
uses the library. So this parameter is recommended only for
976
- libraries that will be used in most sessions.
976
+ libraries that will be used in most sessions. The <quote>magic
977
+ block</> present in all PostgreSQL-supported libraries is checked
978
+ to guarantee compatibility. For this reason, non-PostgreSQL
979
+ libraries cannot be loaded in this way.
977
980
</para>
978
981
</listitem>
979
982
</varlistentry>
0 commit comments