From: Bruce Momjian Date: Fri, 12 Aug 2005 15:57:48 +0000 (+0000) Subject: Add markup for GUC mention in docs. X-Git-Tag: REL9_0_0~9524 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cb29f669b0b67b82f1f5422b3aaf0f54ac5d20ee;p=pg-rex%2Fsyncrep.git Add markup for GUC mention in docs. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 177717ff88..79c246fc2c 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.