OSDN Git Service

Add markup for GUC mention in docs.
authorBruce Momjian <bruce@momjian.us>
Fri, 12 Aug 2005 15:57:48 +0000 (15:57 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 12 Aug 2005 15:57:48 +0000 (15:57 +0000)
doc/src/sgml/func.sgml

index 177717f..79c246f 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.277 2005/08/12 03:23:40 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.278 2005/08/12 15:57:48 momjian Exp $
 PostgreSQL documentation
 -->
 
@@ -9326,8 +9326,8 @@ SELECT set_config('log_statement_stats', 'off', false);
     The functions shown in <xref
     linkend="functions-admin-genfile"> provide native file access to
     files on the machine hosting the server. Only files relative to
-    the cluster directory are allowed, and the logfile directory,
-    because the logfile directory might be stored outside the 
+    the cluster directory are allowed, and the <varname>log_directory</>,
+    because the log file directory might be stored outside the 
     cluster directory.  Use of these functions is restricted to 
     superusers.
    </para>