diff options
author | Bruce Momjian | 2006-06-16 04:02:35 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-06-16 04:02:35 +0000 |
commit | 57ffc4d78b751c3d85ff869ad66c5a5c9d5ec967 (patch) | |
tree | 38b9dc62e7f434870a9166d91e77f4a4c550386b /doc/src | |
parent | 94a5c4a01b1ec699419b7c663bf4cd0cb3e6ac96 (diff) |
Update magic block wording for preloaded libraries.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index a439f7b4b06..865a6563725 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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"> <title>Server Configuration</title> @@ -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 <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 libraries cannot be loaded in this way. </para> |