1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Update magic block wording for preloaded libraries.

This commit is contained in:
Bruce Momjian
2006-06-16 04:02:35 +00:00
parent 94a5c4a01b
commit 57ffc4d78b

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.62 2006/06/15 17:49:09 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.63 2006/06/16 04:02:35 momjian Exp $ -->
<chapter Id="runtime-config"> <chapter Id="runtime-config">
<title>Server Configuration</title> <title>Server Configuration</title>
@ -974,7 +974,7 @@ SET ENABLE_SEQSCAN TO OFF;
server process may increase slightly, even if that process never server process may increase slightly, even if that process never
uses the library. So this parameter is recommended only for uses the library. So this parameter is recommended only for
libraries that will be used in most sessions. The <quote>magic libraries that will be used in most sessions. The <quote>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 to guarantee compatibility. For this reason, non-PostgreSQL
libraries cannot be loaded in this way. libraries cannot be loaded in this way.
</para> </para>