diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-08-05 21:18:02 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-08-05 21:18:02 -0400 |
commit | ffcf5a6c41ce91c55991b04eea1fcb94e4d0faa0 (patch) | |
tree | 3b7b1bf983e75500f1299f83b33fb7962b938b81 /doc/src | |
parent | 375aa7b393843800a2bfefcbc13fa68ca82dee53 (diff) | |
download | postgresql-ffcf5a6c41ce91c55991b04eea1fcb94e4d0faa0.tar.gz postgresql-ffcf5a6c41ce91c55991b04eea1fcb94e4d0faa0.zip |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 33db25f2a67..ee8ab328788 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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 |