From 245316e996f2bd964dd06f48e8778cf402e81619 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 24 Apr 2009 20:46:16 +0000 Subject: [PATCH] Improve server spoofing wording, per request from Magnus. --- doc/src/sgml/runtime.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 0d54a1cc95..4580ed3fb3 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,4 +1,4 @@ - + Server Setup and Operation @@ -1392,7 +1392,7 @@ $ kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid` 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