]> 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:02 +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 33db25f2a6716a67345c9f39b4e01ef53a90a558..ee8ab32878852ea0d7c1f195eacb0c712d23cb83 100644 (file)
@@ -5261,7 +5261,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