Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5016b69

Browse files
committed
Document that shared_preload_libraries and local_preload_libraries
lowercase the library names, unless double-quoted.
1 parent 5dbf489 commit 5016b69

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

0 commit comments

Comments
 (0)