|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.285 2010/06/28 22:46:11 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.286 2010/06/29 22:23:02 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -1015,6 +1015,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
1015 | 1015 | <literal>mylib.so</> (or on some platforms,
|
1016 | 1016 | <literal>mylib.sl</>) to be preloaded from the installation's
|
1017 | 1017 | standard library directory.
|
| 1018 | + All library names are converted to lowercase unless double-quoted. |
1018 | 1019 | If more than one library is to be loaded, separate their names
|
1019 | 1020 | with commas. This parameter can only be set at server start.
|
1020 | 1021 | </para>
|
@@ -4838,7 +4839,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
|
4838 | 4839 | <para>
|
4839 | 4840 | This variable specifies one or more shared libraries that are
|
4840 | 4841 | to be preloaded at connection start. If more than one library
|
4841 |
| - is to be loaded, separate their names with commas. |
| 4842 | + is to be loaded, separate their names with commas. All library |
| 4843 | + names are converted to lowercase unless double-quoted. |
4842 | 4844 | This parameter cannot be changed after the start of a particular
|
4843 | 4845 | session.
|
4844 | 4846 | </para>
|
|