|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.277 2005/08/1203:23:40 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.278 2005/08/1215:57:48 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -9326,8 +9326,8 @@ SELECT set_config('log_statement_stats', 'off', false);
|
9326 | 9326 | The functions shown in <xref
|
9327 | 9327 | linkend="functions-admin-genfile"> provide native file access to
|
9328 | 9328 | files on the machine hosting the server. Only files relative to
|
9329 |
| - the cluster directory are allowed, and thelogfile directory, |
9330 |
| - because thelogfile directory might be stored outside the |
| 9329 | + the cluster directory are allowed, and the<varname>log_directory</>, |
| 9330 | + because thelog file directory might be stored outside the |
9331 | 9331 | cluster directory. Use of these functions is restricted to
|
9332 | 9332 | superusers.
|
9333 | 9333 | </para>
|
|