File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 $ -->
22
33<chapter Id="runtime-config">
44 <title>Server Configuration</title>
@@ -1015,6 +1015,7 @@ SET ENABLE_SEQSCAN TO OFF;
10151015 <literal>mylib.so</> (or on some platforms,
10161016 <literal>mylib.sl</>) to be preloaded from the installation's
10171017 standard library directory.
1018+ All library names are converted to lowercase unless double-quoted.
10181019 If more than one library is to be loaded, separate their names
10191020 with commas. This parameter can only be set at server start.
10201021 </para>
@@ -4838,7 +4839,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
48384839 <para>
48394840 This variable specifies one or more shared libraries that are
48404841 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.
48424844 This parameter cannot be changed after the start of a particular
48434845 session.
48444846 </para>
You can’t perform that action at this time.
0 commit comments