From cb29f669b0b67b82f1f5422b3aaf0f54ac5d20ee Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 12 Aug 2005 15:57:48 +0000 Subject: [PATCH] Add markup for GUC mention in docs. --- doc/src/sgml/func.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 177717ff88b..79c246fc2cf 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -9326,8 +9326,8 @@ SELECT set_config('log_statement_stats', 'off', false); The functions shown in 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 log_directory, + because the log file directory might be stored outside the cluster directory. Use of these functions is restricted to superusers.