diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-03-15 17:57:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-03-15 17:57:51 +0000 |
commit | e2d8c1b2bb79b2c06f6522d046b089ae421c9345 (patch) | |
tree | 2740299e73f2429116f9d78f72ad0ad25d3d1fa0 /doc/src | |
parent | 8526f537cc24301f28015020862f02a6a8318196 (diff) |
log_statement was not removed by the previous patch. It only updated
its description.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/runtime.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 6beac0a91ec..1469d7be532 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$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"> @@ -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 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 - idea.) It is not advisable to install executables owned by - this user because compromised systems could then modify their own + idea.) It is not advisable to install executables owned by this + user because compromised systems could then modify their own binaries. </para> |