From: Tom Lane Date: Sat, 6 Aug 2011 01:18:02 +0000 (-0400) Subject: Fix thinko in documentation of local_preload_libraries. X-Git-Tag: REL9_1_RC1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34e2ef661b47140594feb4718893b42fc6fc1771;p=postgresql Fix thinko in documentation of local_preload_libraries. Somebody added a cross-reference to shared_preload_libraries, but wrote the wrong variable name when they did it (and didn't bother to make it a link either). Spotted by Christoph Anton Mitterer. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 677aea07b2..eed4e54c5f 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -5231,7 +5231,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' - Unlike local_preload_libraries, there is no + Unlike , there is no performance advantage to loading a library at session start rather than when it is first used. Rather, the intent of this feature is to allow debugging or performance-measurement