]> 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:11 +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 677aea07b295f34c9d2ff18057a2509bee35febf..eed4e54c5f1b3d933a89e74f692072f696b6b4a0 100644 (file)
@@ -5231,7 +5231,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