mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
Fix stray sentence fragment in shared_preload_libraries documentation
The introduction in the Shared Library Preloading section already instructs the user to separate multiple library names with commas, so just remove the fragment from here. Author: Dagfinn Ilmari Mannsåker
This commit is contained in:
parent
e491bd2ee3
commit
bb7b35caf7
1 changed files with 1 additions and 1 deletions
|
|
@ -6416,7 +6416,7 @@ SET XML OPTION { DOCUMENT | CONTENT };
|
|||
<listitem>
|
||||
<para>
|
||||
This variable specifies one or more shared libraries to be preloaded at
|
||||
server start. with commas. This parameter can only be set at server
|
||||
server start. This parameter can only be set at server
|
||||
start. If a specified library is not found, the server will fail to
|
||||
start.
|
||||
</para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue