Commit e2d8c1b2 authored by Bruce Momjian's avatar Bruce Momjian

log_statement was not removed by the previous patch. It only updated

its description.
parent 8526f537
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.250 2004/03/15 15:56:21 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.251 2004/03/15 17:57:51 momjian Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
...@@ -23,8 +23,8 @@ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.250 2004/03/15 15:56:21 momjian ...@@ -23,8 +23,8 @@ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.250 2004/03/15 15:56:21 momjian
separate user account. This user account should only own the data separate user account. This user account should only own the data
that is managed by the server, and should not be shared with other that is managed by the server, and should not be shared with other
daemons. (For example, using the user <literal>nobody</literal> is a bad daemons. (For example, using the user <literal>nobody</literal> is a bad
idea.) It is not advisable to install executables owned by idea.) It is not advisable to install executables owned by this
this user because compromised systems could then modify their own user because compromised systems could then modify their own
binaries. binaries.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment