diff options
author | Bruce Momjian <bruce@momjian.us> | 2009-04-24 20:46:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2009-04-24 20:46:16 +0000 |
commit | 245316e996f2bd964dd06f48e8778cf402e81619 (patch) | |
tree | f3c5373434567d1f8fb624944870c282926932ef /doc/src | |
parent | 096a30b5385bfcc857fab85b17bc5e2cebaa5589 (diff) | |
download | postgresql-245316e996f2bd964dd06f48e8778cf402e81619.tar.gz postgresql-245316e996f2bd964dd06f48e8778cf402e81619.zip |
Improve server spoofing wording, per request from Magnus.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/runtime.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 0d54a1cc959..4580ed3fb35 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.426 2009/04/24 09:43:09 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.427 2009/04/24 20:46:16 momjian Exp $ --> <chapter Id="runtime"> <title>Server Setup and Operation</title> @@ -1392,7 +1392,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput <para> While the server is running, it is not possible for a malicious user - to interfere with client/server communications. However, when the + to take the place of the normal database server. However, when the server is down it is possible for a local user to spoof the normal server by starting their own server. The spoof server could read passwords and queries sent by clients, but could not return any data |