Add markup for GUC mention in docs.

This commit is contained in:
Bruce Momjian 2005-08-12 15:57:48 +00:00
parent 6ea05c16a4
commit cb29f669b0

View 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 PostgreSQL documentation
--> -->
@ -9326,8 +9326,8 @@ SELECT set_config('log_statement_stats', 'off', false);
The functions shown in <xref The functions shown in <xref
linkend="functions-admin-genfile"> provide native file access to linkend="functions-admin-genfile"> provide native file access to
files on the machine hosting the server. Only files relative to files on the machine hosting the server. Only files relative to
the cluster directory are allowed, and the logfile directory, the cluster directory are allowed, and the <varname>log_directory</>,
because the logfile directory might be stored outside the because the log file directory might be stored outside the
cluster directory. Use of these functions is restricted to cluster directory. Use of these functions is restricted to
superusers. superusers.
</para> </para>