]> granicus.if.org Git - postgresql/commitdiff
Fix thinko in documentation of local_preload_libraries.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Aug 2011 01:18:02 +0000 (21:18 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Aug 2011 01:18:23 +0000 (21:18 -0400)
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.

doc/src/sgml/config.sgml

index 83e60b655f44e93b32ae20166bfed921e6f77dfd..2b5885d4873231ae99adb7a1ba1576e46c615af2 100644 (file)
@@ -4961,7 +4961,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
        </para>
 
        <para>
-        Unlike <varname>local_preload_libraries</>, there is no
+        Unlike <xref linkend="guc-shared-preload-libraries">, 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