Contents
preload_libraries
A former configuration parameter determining which libraries are to be loaded when PostgreSQL starts
This entry relates to a PostgreSQL feature, application/utility, website or other subject which is no longer available/maintained.
preload_libraries
was a configuration parameter determining which libraries are to be loaded when PostgreSQL starts.
preload_libraries
was added in PostgreSQL 7.4 and replaced by shared_preload_libraries
in PostgreSQL 8.2.
Change history
- PostgreSQL 8.2
- replaced by
shared_preload_libraries
(commit abc3120e)
- replaced by
- PostgreSQL 7.4
- added (commit 15ce2d2e)
References
- PostgreSQL 8.1 documentation: preload_libraries