@@ -7003,12 +7003,6 @@ SET XML OPTION { DOCUMENT | CONTENT };
70037003 <literal>tcl</>, or <literal>python</>.
70047004 </para>
70057005
7006- <para>
7007- For each parameter, if more than one library is to be loaded, separate
7008- their names with commas. All library names are converted to lower case
7009- unless double-quoted.
7010- </para>
7011-
70127006 <para>
70137007 Only shared libraries specifically intended to be used with PostgreSQL
70147008 can be loaded this way. Every PostgreSQL-supported library has
@@ -7037,6 +7031,10 @@ SET XML OPTION { DOCUMENT | CONTENT };
70377031 <para>
70387032 This variable specifies one or more shared libraries that are to be
70397033 preloaded at connection start.
7034+ It contains a comma-separated list of library names, where each name
7035+ is interpreted as for the <xref linkend="SQL-LOAD"> command.
7036+ Whitespace between entries is ignored; surround a library name with
7037+ double quotes if you need to include whitespace or commas in the name.
70407038 The parameter value only takes effect at the start of the connection.
70417039 Subsequent changes have no effect. If a specified library is not
70427040 found, the connection attempt will fail.
@@ -7083,10 +7081,15 @@ SET XML OPTION { DOCUMENT | CONTENT };
70837081 <listitem>
70847082 <para>
70857083 This variable specifies one or more shared libraries that are to be
7086- preloaded at connection start. Only superusers can change this setting.
7084+ preloaded at connection start.
7085+ It contains a comma-separated list of library names, where each name
7086+ is interpreted as for the <xref linkend="SQL-LOAD"> command.
7087+ Whitespace between entries is ignored; surround a library name with
7088+ double quotes if you need to include whitespace or commas in the name.
70877089 The parameter value only takes effect at the start of the connection.
70887090 Subsequent changes have no effect. If a specified library is not
70897091 found, the connection attempt will fail.
7092+ Only superusers can change this setting.
70907093 </para>
70917094
70927095 <para>
@@ -7120,9 +7123,13 @@ SET XML OPTION { DOCUMENT | CONTENT };
71207123 <listitem>
71217124 <para>
71227125 This variable specifies one or more shared libraries to be preloaded at
7123- server start. This parameter can only be set at server
7124- start. If a specified library is not found, the server will fail to
7125- start.
7126+ server start.
7127+ It contains a comma-separated list of library names, where each name
7128+ is interpreted as for the <xref linkend="SQL-LOAD"> command.
7129+ Whitespace between entries is ignored; surround a library name with
7130+ double quotes if you need to include whitespace or commas in the name.
7131+ This parameter can only be set at server start. If a specified
7132+ library is not found, the server will fail to start.
71267133 </para>
71277134
71287135 <para>
0 commit comments