@@ -7003,12 +7003,6 @@ SET XML OPTION { DOCUMENT | CONTENT };
7003
7003
<literal>tcl</>, or <literal>python</>.
7004
7004
</para>
7005
7005
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
-
7012
7006
<para>
7013
7007
Only shared libraries specifically intended to be used with PostgreSQL
7014
7008
can be loaded this way. Every PostgreSQL-supported library has
@@ -7037,6 +7031,10 @@ SET XML OPTION { DOCUMENT | CONTENT };
7037
7031
<para>
7038
7032
This variable specifies one or more shared libraries that are to be
7039
7033
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.
7040
7038
The parameter value only takes effect at the start of the connection.
7041
7039
Subsequent changes have no effect. If a specified library is not
7042
7040
found, the connection attempt will fail.
@@ -7083,10 +7081,15 @@ SET XML OPTION { DOCUMENT | CONTENT };
7083
7081
<listitem>
7084
7082
<para>
7085
7083
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.
7087
7089
The parameter value only takes effect at the start of the connection.
7088
7090
Subsequent changes have no effect. If a specified library is not
7089
7091
found, the connection attempt will fail.
7092
+ Only superusers can change this setting.
7090
7093
</para>
7091
7094
7092
7095
<para>
@@ -7120,9 +7123,13 @@ SET XML OPTION { DOCUMENT | CONTENT };
7120
7123
<listitem>
7121
7124
<para>
7122
7125
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.
7126
7133
</para>
7127
7134
7128
7135
<para>
0 commit comments