|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.63 2006/06/1604:02:35 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.64 2006/06/1612:47:49 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config"> |
4 | 4 | <title>Server Configuration</title> |
@@ -973,10 +973,14 @@ 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. The <quote>magic |
977 | | - block</> required in all PostgreSQL-supported libraries is checked |
978 | | - to guarantee compatibility. For this reason, non-PostgreSQL |
979 | | - libraries cannot be loaded in this way. |
| 976 | + libraries that will be used in most sessions. |
| 977 | + </para> |
| 978 | + |
| 979 | + <para> |
| 980 | + Every PostgreSQL-supported library has a <quote>magic |
| 981 | + block</> that is checked to guarantee compatibility. |
| 982 | + For this reason, non-PostgreSQL libraries cannot be |
| 983 | + loaded in this way. |
980 | 984 | </para> |
981 | 985 | </listitem> |
982 | 986 | </varlistentry> |
|