local_preload_libraries
A configuration parameter determining what libraries are to be loaded at connection start
local_preload_libraries
is a configuration parameter determining what libraries are to be loaded at connection start
local_preload_libraries
was introduced in PostgreSQL 8.2.
In contrast to the other "..._preload_libraries
" settings, this parameter can be set by any user, however libraries can only be loaded from the $libdir/plugins/
directory.
Default value
The default value for local_preload_libraries
is: ''
(empty string)
Change history
- PostgreSQL 10
- library names are treated as string literals, not SQL identifiers (commit a69dfe5f)
- PostgreSQL 8.2
- added (commit abc3120e)
References
- PostgreSQL documentation: local_preload_libraries