diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-08-12 15:57:48 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-08-12 15:57:48 +0000 |
commit | cb29f669b0b67b82f1f5422b3aaf0f54ac5d20ee (patch) | |
tree | f29dab61e0ed1393195ddab817d6b615bbff8562 /doc/src | |
parent | 6ea05c16a40746888a342f37c9cbedba1b74db81 (diff) | |
download | postgresql-cb29f669b0b67b82f1f5422b3aaf0f54ac5d20ee.tar.gz postgresql-cb29f669b0b67b82f1f5422b3aaf0f54ac5d20ee.zip |
Add markup for GUC mention in docs.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 6 |
1 files 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 @@ <!-- -$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> |