|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.62 2006/06/15 17:49:09 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.63 2006/06/16 04:02:35 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -974,7 +974,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
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 | 976 | libraries that will be used in most sessions. The <quote>magic
|
977 |
| - block</>present in all PostgreSQL-supported libraries is checked |
| 977 | + block</>required in all PostgreSQL-supported libraries is checked |
978 | 978 | to guarantee compatibility. For this reason, non-PostgreSQL
|
979 | 979 | libraries cannot be loaded in this way.
|
980 | 980 | </para>
|
|