From 560996f8c8e62085fd460e24c99effc2efafbb56 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 5 Jun 2008 19:56:14 +0000 Subject: [PATCH] Fix missing "not", per Frank Millman (bug #4212). --- doc/src/sgml/installation.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 95b41531b1..809f1e15a5 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -368,7 +368,7 @@ su - postgres - If making a backup, make sure that your database is being updated. + If making a backup, make sure that your database is not being updated. This does not affect the integrity of the backup, but the changed data would of course not be included. If necessary, edit the permissions in the file /usr/local/pgsql/data/pg_hba.conf -- 2.39.5